Skip to content

Commit

Permalink
netlify-cli: 17.37.2 -> 17.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 13, 2024
1 parent 4d2418e commit 6464ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/web/netlify-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

buildNpmPackage rec {
pname = "netlify-cli";
version = "17.37.2";
version = "17.38.0";

src = fetchFromGitHub {
owner = "netlify";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-1UaIPCzyHMKNJfDFILPYIrjHwzHAmlYNk+aHZM1Bp6Q=";
hash = "sha256-fK+Z6bqnaqSYXgO0lUbGALZeCiAnvMd6LkMSH7JB7J8=";
};

npmDepsHash = "sha256-pJaNdR9jyFSdfE+yLnQn9/Gbq2CbH6y3aEVbpg3Ft/o=";
npmDepsHash = "sha256-oFt+l8CigOtm3W5kiT0kFsqKLOJB9ggfiFQgUU5xQ1I=";

buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 6464ba0

Please sign in to comment.