nodejs-18_x: 18.6.0 -> 18.7.0

https://github.com/nodejs/node/releases/tag/v18.7.0
This commit is contained in:
Mario Rodas 2022-07-26 04:20:00 +00:00
parent 7cc23a097d
commit 5daf999436

View File

@ -7,8 +7,8 @@ let
in
buildNodejs {
inherit enableNpm;
version = "18.6.0";
sha256 = "0k05phvlpwf467sbaxcvdzr4ncclm9fpldml8fbfrjigl4rhr2sz";
version = "18.7.0";
sha256 = "sha256-iDSjPJLf5rqJA+ZxXK6qJd/0ZX5wPFTNBuwRNJPiw8I=";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];