lol

Merge pull request #251212 from r-ryantm/auto-update/cypress

cypress: 12.17.3 -> 12.17.4

authored by

Weijia Wang and committed by
GitHub
aaa5bced 5d27c31a

+2 -2
+2 -2
pkgs/development/web/cypress/default.nix
··· 18 18 availableBinaries = { 19 19 x86_64-linux = { 20 20 platform = "linux-x64"; 21 - checksum = "sha256-khMJRCGNIITvs56SHHKxoxptoMBb7lqA3FS293qfMys="; 21 + checksum = "sha256-9f5Ewd63pLpMbewtQ0u4WsRnZQEn1lfh6b/jZ8yDSMU="; 22 22 }; 23 23 aarch64-linux = { 24 24 platform = "linux-arm64"; ··· 30 30 inherit (binary) platform checksum; 31 31 in stdenv.mkDerivation rec { 32 32 pname = "cypress"; 33 - version = "12.17.3"; 33 + version = "12.17.4"; 34 34 35 35 src = fetchzip { 36 36 url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";