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

cypress: 12.17.2 -> 12.17.3

authored by

Pol Dellaiera and committed by
GitHub
834540c4 a3ee31b2

+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-QL1Kca1yM1P4Tn+Citw4UG6wPX/ji6oBjCONE4tyNPQ="; 21 + checksum = "sha256-khMJRCGNIITvs56SHHKxoxptoMBb7lqA3FS293qfMys="; 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.2"; 33 + version = "12.17.3"; 34 34 35 35 src = fetchzip { 36 36 url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";