Merge pull request #226685 from themaxhero/cypress-12.9.0
cypress: 10.10.0 -> 12.9.0
This commit is contained in:
commit
d72657a34d
1 changed files with 3 additions and 3 deletions
|
@ -18,11 +18,11 @@ let
|
||||||
availableBinaries = {
|
availableBinaries = {
|
||||||
x86_64-linux = {
|
x86_64-linux = {
|
||||||
platform = "linux-x64";
|
platform = "linux-x64";
|
||||||
checksum = "sha256-26mkizwkF0qPX2+0rkjep28ZuNlLGPljCvVO73t34Lk=";
|
checksum = "sha256-ozyQya2WxnDK6of1VfxlDlXo6IDGxAXkCjFt3DqRM4k=";
|
||||||
};
|
};
|
||||||
aarch64-linux = {
|
aarch64-linux = {
|
||||||
platform = "linux-arm64";
|
platform = "linux-arm64";
|
||||||
checksum = "sha256-gcf/MJ5aNUPoH6qz0n9vjviTec1rcxB0UzF+++6bUTs=";
|
checksum = "sha256-UxceWQ/eIGPFXNFIPSzBe431qqp54GwDbs9p7cqLosA=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
inherit (stdenv.hostPlatform) system;
|
inherit (stdenv.hostPlatform) system;
|
||||||
|
@ -30,7 +30,7 @@ let
|
||||||
inherit (binary) platform checksum;
|
inherit (binary) platform checksum;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "cypress";
|
pname = "cypress";
|
||||||
version = "10.10.0";
|
version = "12.9.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";
|
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";
|
||||||
|
|
Loading…
Reference in a new issue