Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2060bc08c7ea
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a6b85b96d4c5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 26, 2020

  1. cypress: 4.3.0 -> 4.4.1

    DamienCassou committed Apr 26, 2020
    Copy the full SHA
    25e4c9d View commit details

Commits on Apr 27, 2020

  1. Merge pull request #85928 from DamienCassou/damien/cypress-4.4.1

    cypress: 4.3.0 -> 4.4.1
    mmahut authored Apr 27, 2020
    Copy the full SHA
    a6b85b9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/web/cypress/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/web/cypress/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec{
pname = "cypress";
version = "4.3.0";
version = "4.4.1";

src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
sha256 = "0lrjha3zrsclpk8bhmv14vy1y5liahjkvcd87zm6cik1rnscaspw";
sha256 = "0da1y90a6i3fjhyrzwwn3pavzbqin9v5v7hx8halz6i7cf1halfi";
};

# don't remove runtime deps