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

authored by Sandro and committed by GitHub 898fd29e b4d4e7ba

+2 -2
+2 -2
pkgs/development/web/cypress/default.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "cypress"; 19 - version = "9.5.1"; 20 21 src = fetchzip { 22 url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip"; 23 - sha256 = "fG93H3ADNOu9/Dz25/7b1iNVns/WselaxDG+WmLCQkI="; 24 }; 25 26 # don't remove runtime deps
··· 16 17 stdenv.mkDerivation rec { 18 pname = "cypress"; 19 + version = "9.5.2"; 20 21 src = fetchzip { 22 url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip"; 23 + sha256 = "UMsN4T0hlV0R/sY0PSZ6A8euueoCcaRTSH9I3gkYayU="; 24 }; 25 26 # don't remove runtime deps