Skip to content

Commit 7c56228

Browse files
authored
netlify-cli: 17.38.0 -> 18.0.0 (#373752)
2 parents 811f926 + aaee976 commit 7c56228

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkgs/development/web/netlify-cli/default.nix renamed to pkgs/by-name/ne/netlify-cli/package.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

File renamed without changes.

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4340,7 +4340,7 @@ with pkgs;
43404340
};
43414341
});
43424342

4343-
netlify-cli = callPackage ../development/web/netlify-cli {
4343+
netlify-cli = callPackage ../by-name/ne/netlify-cli/package.nix {
43444344
nodejs = nodejs_20;
43454345
};
43464346

0 commit comments

Comments
 (0)