nodejs-18_x: 18.3.0 -> 18.4.0

https://github.com/nodejs/node/releases/tag/v18.4.0
This commit is contained in:
Mario Rodas 2022-06-16 04:20:00 +00:00
parent af456a8793
commit a0f7526c81

View File

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.3.0";
sha256 = "sha256-P2lKgWJuUFfNpXiY53HSE8/FpkmFX0zxxvbNFQxTBiU=";
version = "18.4.0";
sha256 = "sha256-lNbxmpcDYfjIrRdFBgQJU4n1HKagDc3lnCHzc+lau7U=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];