nodejs_18: 18.18.1 -> 18.18.2

Changelog: https://github.com/nodejs/node/releases/tag/v18.18.2
This commit is contained in:
Mario Rodas
2023-10-13 04:20:00 +00:00
parent 59f594f59d
commit bf85265bb3
+2 -2
View File
@@ -8,8 +8,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.18.1";
sha256 = "sha256-w8lQR+wMKyBjpepLT3HugH9gddHb6uTzIHzaS5rngvY=";
version = "18.18.2";
sha256 = "sha256-ckni8K+UPsOFmVBPSyor0x+5OHhykbbMymyLrfAeO1Y=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
./bypass-darwin-xcrun-node16.patch