Skip to content

Commit 0641d1c

Browse files
committed
netlify-cli: 17.38.0 -> 18.0.0
1 parent deb4f62 commit 0641d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/web/netlify-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildNpmPackage rec {
1313
pname = "netlify-cli";
14-
version = "17.38.0";
14+
version = "18.0.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "netlify";
1818
repo = "cli";
1919
tag = "v${version}";
20-
hash = "sha256-fK+Z6bqnaqSYXgO0lUbGALZeCiAnvMd6LkMSH7JB7J8=";
20+
hash = "sha256-LGnFVg7c+CMgjxkVdy/rdoo6uU5HaOwGKRDHRe5Hz3Y=";
2121
};
2222

23-
npmDepsHash = "sha256-oFt+l8CigOtm3W5kiT0kFsqKLOJB9ggfiFQgUU5xQ1I=";
23+
npmDepsHash = "sha256-ONLkCbmmY45/sRwaGUWhA187YVtCcdPVnD7ZMFoQ2Y0=";
2424

2525
inherit nodejs;
2626

0 commit comments

Comments
 (0)