nixbook: update cypress to correct version
This commit is contained in:
parent
7ff460508b
commit
5dbe3f07a7
3 changed files with 8 additions and 9 deletions
|
|
@ -1,15 +1,14 @@
|
|||
final: prev: {
|
||||
cypress = prev.cypress.overrideAttrs (oldAttrs: rec {
|
||||
pname = "cypress";
|
||||
version = "13.8.0";
|
||||
version = "13.13.0";
|
||||
|
||||
src = prev.fetchzip {
|
||||
url = "https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip";
|
||||
# sha256 = "sha256-cLjvISkA8UM2OU3ANYbrXD/pHE0iu69z+Ehh5N0jGxY=";
|
||||
sha256 = "sha256-9SSUbEZtyhl14FOcQwj2x/Utf1YuGtzt8hfLNaN3hvs=";
|
||||
sha256 = "sha256-FGaopXp8T0swY0v6IH7cuhp/IolTmJ8vXLLslPtBOJw=";
|
||||
## Note: sha256 is computed via (note the version):
|
||||
##
|
||||
## nix-prefetch-url --unpack https://cdn.cypress.io/desktop/12.1.0/linux-x64/cypress.zip
|
||||
## nix-prefetch-url --unpack https://cdn.cypress.io/desktop/${version}/linux-x64/cypress.zip
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue