about summary refs log tree commit diff
path: root/pkgs/development/web/cypress
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 19:53:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 19:53:20 +0000
commitaa8b09f450094844725671e84a31dbb76cd01d3c (patch)
tree9de2d263cabe0feaf5c0ae2a6665e76272139a4e /pkgs/development/web/cypress
parent2ece2a0701055e8093b3ab9f904e86b4c396e712 (diff)
cypress: 12.17.3 -> 12.17.4
Diffstat (limited to 'pkgs/development/web/cypress')
-rw-r--r--pkgs/development/web/cypress/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/cypress/default.nix b/pkgs/development/web/cypress/default.nix
index 4532b77430459..6802f218b5232 100644
--- a/pkgs/development/web/cypress/default.nix
+++ b/pkgs/development/web/cypress/default.nix
@@ -18,7 +18,7 @@ let
   availableBinaries = {
     x86_64-linux = {
       platform = "linux-x64";
-      checksum = "sha256-khMJRCGNIITvs56SHHKxoxptoMBb7lqA3FS293qfMys=";
+      checksum = "sha256-9f5Ewd63pLpMbewtQ0u4WsRnZQEn1lfh6b/jZ8yDSMU=";
     };
     aarch64-linux = {
       platform = "linux-arm64";
@@ -30,7 +30,7 @@ let
   inherit (binary) platform checksum;
 in stdenv.mkDerivation rec {
   pname = "cypress";
-  version = "12.17.3";
+  version = "12.17.4";
 
   src = fetchzip {
     url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";