We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb4f62 commit 0641d1cCopy full SHA for 0641d1c
pkgs/development/web/netlify-cli/default.nix
@@ -11,16 +11,16 @@
11
12
buildNpmPackage rec {
13
pname = "netlify-cli";
14
- version = "17.38.0";
+ version = "18.0.0";
15
16
src = fetchFromGitHub {
17
owner = "netlify";
18
repo = "cli";
19
tag = "v${version}";
20
- hash = "sha256-fK+Z6bqnaqSYXgO0lUbGALZeCiAnvMd6LkMSH7JB7J8=";
+ hash = "sha256-LGnFVg7c+CMgjxkVdy/rdoo6uU5HaOwGKRDHRe5Hz3Y=";
21
};
22
23
- npmDepsHash = "sha256-oFt+l8CigOtm3W5kiT0kFsqKLOJB9ggfiFQgUU5xQ1I=";
+ npmDepsHash = "sha256-ONLkCbmmY45/sRwaGUWhA187YVtCcdPVnD7ZMFoQ2Y0=";
24
25
inherit nodejs;
26
0 commit comments