nodejs_21: 21.6.2 -> 21.7.0

Changelog: https://github.com/nodejs/node/releases/tag/v21.7.0
This commit is contained in:
Mario Rodas 2024-03-07 04:20:00 +00:00
parent 1c245e4408
commit a07ebaa556

View File

@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "21.6.2";
sha256 = "sha256-GRKU1EXR5oADWazIF0UpseGOECFH3F9ZYDDT3OlpMeU=";
version = "21.7.0";
sha256 = "sha256-5B7v4eWWJO5/MSw4+PffwRWVZBrLIpPSEXbwPSdj6dQ=";
patches = [
./disable-darwin-v8-system-instrumentation-node19.patch
./bypass-darwin-xcrun-node16.patch