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: 19fb719cd52d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff7f730b878f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 23, 2020

  1. cypress: 3.8.3 -> 4.2.0

    rasendubi committed Mar 23, 2020
    Copy the full SHA
    b1d878d View commit details

Commits on Mar 30, 2020

  1. Merge pull request #83231 from rasendubi/cypress

    cypress: 3.8.3 -> 4.2.0
    rnhmjoj authored Mar 30, 2020
    Copy the full SHA
    ff7f730 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 = "3.8.3";
version = "4.2.0";

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

# don't remove runtime deps