Merge pull request #183036 from marsam/update-nodejs-18_x

nodejs-18_x: 18.6.0 -> 18.7.0
This commit is contained in:
Mario Rodas
2022-07-26 20:28:48 -05:00
committed by GitHub
+2 -2
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
];