about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-02 18:01:18 +0000
committerGitHub <noreply@github.com>2023-08-02 18:01:18 +0000
commitf4d61a2542c803d1a8ab360d260e5f55db3ebb81 (patch)
tree742efa20ae3058fa71552d97425645a6f0d91035 /pkgs/development/web
parente985f375f2eada8bc384082b6cd7c176680b3b9c (diff)
parent0878b757bf068da9e72752854521a1c1d89394c4 (diff)
Merge master into staging-next
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";