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

nodejs-18_x: 18.4.0 -> 18.5.0
This commit is contained in:
Mario Rodas 2022-07-09 00:32:04 -05:00 committed by GitHub
commit 939e4a8d94
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.4.0";
sha256 = "sha256-lNbxmpcDYfjIrRdFBgQJU4n1HKagDc3lnCHzc+lau7U=";
version = "18.5.0";
sha256 = "0c50y6c52pmbxc8x1zhkzq608bwvcma4fj39cd1mvc40wfa5d2rn";
patches = [
./disable-darwin-v8-system-instrumentation.patch
];