nodejs-18_x: 18.14.2 -> 18.15.0

https://github.com/nodejs/node/releases/tag/v18.15.0
This commit is contained in:
Mario Rodas 2023-03-07 04:20:00 +00:00
parent a9f42c3e95
commit 708dcbce92

View file

@ -9,10 +9,11 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.14.2";
sha256 = "sha256-+8Nk3SX+4srMDyAz2y2GEV/AdXUxDqDmRAi4Fw0JxoU=";
version = "18.15.0";
sha256 = "sha256-jkTWUBj/lzKEGVwjGGRpoOpAgul+xCAOX1cG1VhNqjc=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch
./revert-arm64-pointer-auth.patch
];
}