cypress: 7.5.0 -> 7.7.0

This commit is contained in:
kolaente 2021-07-07 17:13:57 +02:00
parent 50434b9fbf
commit 8560dc8549
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.5.0";
version = "7.7.0";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
sha256 = "07i475b17v8qazdq6qzjqsdfpvhg1b8x1p5a51hwhcxaym3p5njj";
sha256 = "1mr46raha5aqi8ba0cqvyil5z4vcr46hnxqqmpk3fkrr8awd2897";
};
passthru.updateScript = ./update.sh;