Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-11 18:28:07 +00:00
committed by GitHub
39 changed files with 529 additions and 101 deletions

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;