nodejs-16_x: 16.17.1 -> 16.18.0

https://github.com/nodejs/node/releases/tag/v16.18.0
This commit is contained in:
Mario Rodas 2022-10-14 04:20:00 +00:00
parent 97801f17cd
commit faddae9ab3

View file

@ -8,18 +8,10 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.17.1";
sha256 = "sha256-ZyH+tBUtVtLGs1jOOXq9Wn8drwnuLiXFAhubTT+GozA=";
version = "16.18.0";
sha256 = "sha256-/P5q0jQPIpBh0+galN8Wf+P3fgFxLe3AFEoOfVjixps=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch
# Fix npm silently fail without a HOME directory https://github.com/npm/cli/issues/4996
(fetchpatch {
url = "https://github.com/npm/cli/commit/9905d0e24c162c3f6cc006fa86b4c9d0205a4c6f.patch";
sha256 = "sha256-RlabXWtjzTZ5OgrGf4pFkolonvTDIPlzPY1QcYDd28E=";
includes = [ "deps/npm/lib/npm.js" "deps/npm/lib/utils/log-file.js" ];
stripLen = 1;
extraPrefix = "deps/npm/";
})
];
}