about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-08-02 18:20:06 +0200
committerGitHub <noreply@github.com>2023-08-02 18:20:06 +0200
commit834540c4337280fc8a7ca23ecf1a586ff68bd9f7 (patch)
tree471368ebeae6c8b1601d55af8671667f0cf4e358 /pkgs/development/web
parenta3ee31b2ebdbea4b5ab691e557c0a0ce838322ca (diff)
parent48e83e2d85644b272060f77426708c59c145d301 (diff)
Merge pull request #246658 from r-ryantm/auto-update/cypress
cypress: 12.17.2 -> 12.17.3
Diffstat (limited to 'pkgs/development/web')
-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 f93bd79e92ed9..4532b77430459 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-QL1Kca1yM1P4Tn+Citw4UG6wPX/ji6oBjCONE4tyNPQ=";
+      checksum = "sha256-khMJRCGNIITvs56SHHKxoxptoMBb7lqA3FS293qfMys=";
     };
     aarch64-linux = {
       platform = "linux-arm64";
@@ -30,7 +30,7 @@ let
   inherit (binary) platform checksum;
 in stdenv.mkDerivation rec {
   pname = "cypress";
-  version = "12.17.2";
+  version = "12.17.3";
 
   src = fetchzip {
     url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";