Skip to content

Commit

Permalink
cypress: 13.13.2 -> 13.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 30, 2024
1 parent 05e3b3d commit b069f0f
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";
checksum = "sha256-zS/yMXNNYlxgYyUDou2HaXuetPotqiOM8kv1Y7JouCo=";
checksum = "sha256-uGs3cJvLxvbhI27crR9U7lzFfLmq+iNi6hep/qv8QUk=";
};
aarch64-linux = {
platform = "linux-arm64";
Expand All @@ -35,7 +35,7 @@ let
inherit (binary) platform checksum;
in stdenv.mkDerivation rec {
pname = "cypress";
version = "13.13.2";
version = "13.15.1";

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

0 comments on commit b069f0f

Please sign in to comment.