node-gyp: 11.2.0 -> 11.3.0 (#430968)

This commit is contained in:
dotlambda
2025-08-11 12:47:02 -07:00
committed by GitHub
2 changed files with 379 additions and 398 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -8,16 +8,16 @@
(buildNpmPackage.override { inherit nodejs; }) rec {
pname = "node-gyp";
version = "11.2.0";
version = "11.3.0";
src = fetchFromGitHub {
owner = "nodejs";
repo = "node-gyp";
tag = "v${version}";
hash = "sha256-NOVswjTByrQ+2z4H9wYd4YIWKhWIdgxpz2pE0dOK6qc=";
hash = "sha256-gWLoicQKbuk8fDsXwXOcqqz46XBiQYV/t42PgNnN/ek=";
};
npmDepsHash = "sha256-emCYKqe6Bn1hmUq9jPDo5Nu9n43s4kb0E8lQndVtmlQ=";
npmDepsHash = "sha256-nQOhjYzTY7wV9yR/Ej2aeixi4pEC2k94i7ANixO+KVk=";
postPatch = ''
ln -s ${./package-lock.json} package-lock.json