netlify-cli: 17.37.1 -> 17.37.2 (#360743)

This commit is contained in:
Robert Hensing 2024-12-02 18:27:59 +01:00 committed by GitHub
commit 3b082a594c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildNpmPackage rec {
pname = "netlify-cli";
version = "17.37.1";
version = "17.37.2";
src = fetchFromGitHub {
owner = "netlify";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-34WvnbvLv2bB8CTlFKf351eQ5enYRhDqHoHRvJTBq4M=";
hash = "sha256-1UaIPCzyHMKNJfDFILPYIrjHwzHAmlYNk+aHZM1Bp6Q=";
};
npmDepsHash = "sha256-zbr8TVCIKa/x5vzc3bR++qDcu0AuAgq1rfE69rytCWw=";
npmDepsHash = "sha256-pJaNdR9jyFSdfE+yLnQn9/Gbq2CbH6y3aEVbpg3Ft/o=";
buildInputs = [ vips ];
nativeBuildInputs = [ pkg-config ];