Merge pull request #114889 from cideM/update-cypress
cypress: from 6.0.0 to 6.5.0
This commit is contained in:
commit
66cee0f375
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cypress";
|
||||
version = "6.0.0";
|
||||
version = "6.5.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
|
||||
sha256 = "0hii7kp48ba07gsd521wwl288p808xr2wqgk1iidxkzj2v6g71by";
|
||||
sha256 = "b4LOgNCu7zBlhpiiNFkNH/7mAYnm+OAEdxNMX2/h+3o=";
|
||||
};
|
||||
|
||||
# don't remove runtime deps
|
||||
|
Loading…
Reference in New Issue
Block a user