Skip to content

Commit

Permalink
cypress: 13.13.2 -> 13.17.0 (NixOS#363865)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents e6a6f4b + 46dfd6a commit 91581de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/cypress/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let
availableBinaries = {
x86_64-linux = {
platform = "linux-x64";
hash = "sha256-zS/yMXNNYlxgYyUDou2HaXuetPotqiOM8kv1Y7JouCo=";
hash = "sha256-1W13AfXVRWTmDSRdsaPfSSJNlf59JXdI92tXBbYwdDI=";
};
aarch64-linux = {
platform = "linux-arm64";
Expand All @@ -39,7 +39,7 @@ let
inherit (binary) platform hash;
in stdenv.mkDerivation rec {
pname = "cypress";
version = "13.13.2";
version = "13.17.0";

src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";
Expand Down

0 comments on commit 91581de

Please sign in to comment.