Skip to content

Commit

Permalink
cypress: 13.13.2 -> 13.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 10, 2024
1 parent f602946 commit 5273d01
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-g8qnQpsQyn/ZaLsu2M1Wm5pw2UwJM9wALdON8ve7hvQ=";
};
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.16.1";

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

0 comments on commit 5273d01

Please sign in to comment.