3
0
Fork 0
forked from mirrors/nixpkgs

cypress: 7.3.0 -> 7.4.0

This commit is contained in:
kolaente 2021-05-26 09:15:31 +02:00
parent 8cebe04270
commit 90cf7fa9e9
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cypress";
version = "7.3.0";
version = "7.4.0";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
sha256 = "158bpk4czfv2kkh1al1bb42jb0h3mbx9r72dk6crr2gg0bhabn8m";
sha256 = "1xhjmn6cwpdph12k4gbl2f1v72bp689779l5i16i90i01m31kwjp";
};
passthru.updateScript = ./update.sh;