cypress: 12.17.1 -> 12.17.2

This commit is contained in:
R. Ryantm
2023-07-29 21:25:06 +00:00
parent a4c0bbf98b
commit d6e26fdf02
+2 -2
View File
@@ -18,7 +18,7 @@ let
availableBinaries = {
x86_64-linux = {
platform = "linux-x64";
checksum = "sha256-wzdtFHsSzXl8TCtTBVAwwsvzUd4DakCAPRVHtwoGLB0=";
checksum = "sha256-QL1Kca1yM1P4Tn+Citw4UG6wPX/ji6oBjCONE4tyNPQ=";
};
aarch64-linux = {
platform = "linux-arm64";
@@ -30,7 +30,7 @@ let
inherit (binary) platform checksum;
in stdenv.mkDerivation rec {
pname = "cypress";
version = "12.17.1";
version = "12.17.2";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";