node-gyp: 13.0.0 -> 13.0.1 (#540272)

This commit is contained in:
dotlambda
2026-07-11 05:30:14 +00:00
committed by GitHub
2 changed files with 282 additions and 307 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "node-gyp";
version = "13.0.0";
version = "13.0.1";
src = fetchFromGitHub {
owner = "nodejs";
repo = "node-gyp";
tag = "v${version}";
hash = "sha256-QURUUit1HWRQ6O3nMM1aId51B2POPO4eyPwBdbkFJKw=";
hash = "sha256-AoHPkoyWxpnDjCVKVVab+ml+2DF47NfmTK3mk24rMCQ=";
};
npmDepsHash = "sha256-swJ8Amv/CtZAW1Weo2S5GQWHPgnF3/6cw0ZTdEyyAxA=";
npmDepsHash = "sha256-udF/exHe0Gy6JLrXP/47PKV5njEHRImYg0kDlHQoJbs=";
postPatch = ''
ln -s ${./package-lock.json} package-lock.json