Merge pull request #99235 from DamienCassou/cypress-5.3.0

cypress: 4.12.1 -> 5.3.0

authored by Damien Cassou and committed by GitHub a619b8ef 2b716d56

+2 -2
+2 -2
pkgs/development/web/cypress/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "cypress"; 5 - version = "4.12.1"; 5 + version = "5.3.0"; 6 6 7 7 src = fetchzip { 8 8 url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip"; 9 - sha256 = "00sma1q7hbhzjkjnkv8y37ar0wnxk9mkqlpsplgyyyx3gx81nn3s"; 9 + sha256 = "0f3sw71ridpwcy0m8xl9gs76zl9zfsrfwzbqjidvlnszvx3177bl"; 10 10 }; 11 11 12 12 # don't remove runtime deps