netlify-cli: 17.38.0 -> 18.0.0 (#373752)

This commit is contained in:
Robert Hensing
2025-01-15 09:15:26 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
@@ -11,16 +11,16 @@
buildNpmPackage rec {
pname = "netlify-cli";
version = "17.38.0";
version = "18.0.0";
src = fetchFromGitHub {
owner = "netlify";
repo = "cli";
tag = "v${version}";
hash = "sha256-fK+Z6bqnaqSYXgO0lUbGALZeCiAnvMd6LkMSH7JB7J8=";
hash = "sha256-LGnFVg7c+CMgjxkVdy/rdoo6uU5HaOwGKRDHRe5Hz3Y=";
};
npmDepsHash = "sha256-oFt+l8CigOtm3W5kiT0kFsqKLOJB9ggfiFQgUU5xQ1I=";
npmDepsHash = "sha256-ONLkCbmmY45/sRwaGUWhA187YVtCcdPVnD7ZMFoQ2Y0=";
inherit nodejs;
+1 -1
View File
@@ -4340,7 +4340,7 @@ with pkgs;
};
});
netlify-cli = callPackage ../development/web/netlify-cli {
netlify-cli = callPackage ../by-name/ne/netlify-cli/package.nix {
nodejs = nodejs_20;
};