nodejs-18_x: 18.15.0 -> 18.16.0

https://github.com/nodejs/node/releases/tag/v18.16.0
This commit is contained in:
Mario Rodas 2023-04-13 04:20:00 +00:00
parent 6bbd057947
commit aae28d05fe

View File

@ -9,8 +9,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.15.0";
sha256 = "sha256-jkTWUBj/lzKEGVwjGGRpoOpAgul+xCAOX1cG1VhNqjc=";
version = "18.16.0";
sha256 = "sha256-M9gaIz4jWlCa3aSk8iCQCNBFkZed5rPw9nwckGCT8Rg=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch