Merge pull request #181464 from r-ryantm/auto-update/nodejs-18_x

nodejs-18_x: 18.5.0 -> 18.6.0
This commit is contained in:
Mario Rodas 2022-07-14 06:48:20 -05:00 committed by GitHub
commit 81519a8314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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