File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212buildNpmPackage 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments