nodejs-16_x: 16.18.0 -> 16.18.1

https://github.com/nodejs/node/releases/tag/v16.18.1
This commit is contained in:
Mario Rodas 2022-11-04 04:20:00 +00:00
parent 7ce8eb28f0
commit a3d5f09dfd

View file

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.18.0";
sha256 = "sha256-/P5q0jQPIpBh0+galN8Wf+P3fgFxLe3AFEoOfVjixps=";
version = "16.18.1";
sha256 = "sha256-H4BRqI+G9CBk9EFf56mA5ZsKUC7Mje9YP2MDvE1EUjg=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch