nodejs_18: 18.18.2 -> 18.19.0

Changelog: https://github.com/nodejs/node/releases/tag/v18.19.0
This commit is contained in:
Mario Rodas 2023-11-29 04:20:00 +00:00
parent 1426cf3d09
commit 3f05c9a8f8

View file

@ -20,8 +20,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.18.2";
sha256 = "sha256-ckni8K+UPsOFmVBPSyor0x+5OHhykbbMymyLrfAeO1Y=";
version = "18.19.0";
sha256 = "sha256-9StBryBZapq9jtdSQYN+xDlFRoIhRIu/hBNh4gkYGbY=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch