about summary refs log tree commit diff
path: root/pkgs/development/web/cypress
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-12 13:21:10 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-17 21:52:44 +0800
commit4cced6b69136b5429fd3f2747c02e36acdc3b63a (patch)
tree7b9aca64a11cb04ec0ad4d2a8edd92e90aa16b01 /pkgs/development/web/cypress
parentb7448d90188b29ddab313b0b573620780c842b85 (diff)
cypress: 10.8.0 -> 10.10.0
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 8212c9a34b922..04284e9c082f1 100644
--- a/pkgs/development/web/cypress/default.nix
+++ b/pkgs/development/web/cypress/default.nix
@@ -16,11 +16,11 @@
 
 stdenv.mkDerivation rec {
   pname = "cypress";
-  version = "10.8.0";
+  version = "10.10.0";
 
   src = fetchzip {
     url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
-    sha256 = "sha256-QKzdK/3WGcNoPPgsCO08rmOFgwgYTI9yvP70HoGvojg=";
+    sha256 = "sha256-26mkizwkF0qPX2+0rkjep28ZuNlLGPljCvVO73t34Lk=";
   };
 
   # don't remove runtime deps