Skip to content

Commit

Permalink
cypress: 13.13.2 -> 13.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 21, 2024
1 parent 8f85b83 commit 46dfd6a
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 46dfd6a

Please sign in to comment.