nodejs_21: 21.6.1 -> 21.6.2

Changelog: https://github.com/nodejs/node/releases/tag/v21.6.2
This commit is contained in:
Mario Rodas 2024-02-14 04:20:00 +00:00
parent 60bbd39dd7
commit e02399bdd8

View File

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