cypress: 13.13.2 -> 13.17.0

This commit is contained in:
R. Ryantm
2024-12-21 06:12:30 +00:00
parent 8f85b83ec4
commit 46dfd6a016
+2 -2
View File
@@ -19,7 +19,7 @@ let
availableBinaries = {
x86_64-linux = {
platform = "linux-x64";
hash = "sha256-zS/yMXNNYlxgYyUDou2HaXuetPotqiOM8kv1Y7JouCo=";
hash = "sha256-1W13AfXVRWTmDSRdsaPfSSJNlf59JXdI92tXBbYwdDI=";
};
aarch64-linux = {
platform = "linux-arm64";
@@ -39,7 +39,7 @@ let
inherit (binary) platform hash;
in stdenv.mkDerivation rec {
pname = "cypress";
version = "13.13.2";
version = "13.17.0";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";