Merge pull request #120844 from kolaente/update/cypress-7.2

This commit is contained in:
Sandro 2021-05-11 17:31:55 +02:00 committed by GitHub
commit 5ac5828a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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