cypress: 14.5.2 -> 14.5.3 (#429865)

This commit is contained in:
Aleksana
2025-08-01 11:01:27 +08:00
committed by GitHub
+5 -5
View File
@@ -19,19 +19,19 @@ let
availableBinaries = {
x86_64-linux = {
platform = "linux-x64";
hash = "sha256-LcpIiPQWH4ny31abrjL7fYZ4coWphRVCGJlJibt5iqQ=";
hash = "sha256-3zuKJ99/AJ2bG2MWs6J4YPznNeW+Cf5vkdM+wpfFZb0=";
};
aarch64-linux = {
platform = "linux-arm64";
hash = "sha256-4eGIklTtF08WLdYanjQPvWX+vEUalhMV1WwiJpVayfc=";
hash = "sha256-73MtXLJLPUdrYKpdna4869f9JjDYhjlCkjKrv9qw5yk=";
};
aarch64-darwin = {
platform = "darwin-arm64";
hash = "sha256-C8TknPDv0NwHzDJzIHHBfpMB0mSsXTnXkUxO3l5v5zY=";
hash = "sha256-c8acBIdTVInl6C+BCegu91jTfc5Ug1hG7yXAvDnyuuQ=";
};
x86_64-darwin = {
platform = "darwin-x64";
hash = "sha256-fvZT7bBV331iVuzvwosIvh8C/XMHLvCvQpQyeM3bt2E=";
hash = "sha256-7pGw2AP2T4PtYhQdWzdP0oKzDCPiJqnkR70cj8382Y4=";
};
};
inherit (stdenv.hostPlatform) system;
@@ -41,7 +41,7 @@ let
in
stdenv.mkDerivation rec {
pname = "cypress";
version = "14.5.2";
version = "14.5.3";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";