node-gyp: 11.0.0 -> 11.1.0 (#381139)

This commit is contained in:
dotlambda
2025-03-12 22:10:50 -07:00
committed by GitHub
2 changed files with 710 additions and 496 deletions
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -7,16 +7,16 @@
(buildNpmPackage.override { inherit nodejs; }) rec {
pname = "node-gyp";
version = "11.0.0";
version = "11.1.0";
src = fetchFromGitHub {
owner = "nodejs";
repo = "node-gyp";
tag = "v${version}";
hash = "sha256-uC75nDZPSDLsRIXyFs1hwhRMcECQB8iycNe9wtZjJ/E=";
hash = "sha256-KbV0lhBICx9oRWA8Gq/ex2cfeHbZSQq8JCjwCCIcrYk=";
};
npmDepsHash = "sha256-RR6thRyl+tz0xQPwzTb03Zbt+IQTYZhnii3lrQXaZpI=";
npmDepsHash = "sha256-TQKSR0h/RH4/P+HENT+mwb0AFWkBo7SUh51yfCq/jVk=";
postPatch = ''
ln -s ${./package-lock.json} package-lock.json