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

nodejs-18_x: 18.4.0 -> 18.5.0

authored by Mario Rodas and committed by GitHub 939e4a8d 4eda2b26

+2 -2
+2 -2
pkgs/development/web/nodejs/v18.nix
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 - version = "18.4.0"; 11 - sha256 = "sha256-lNbxmpcDYfjIrRdFBgQJU4n1HKagDc3lnCHzc+lau7U="; 12 patches = [ 13 ./disable-darwin-v8-system-instrumentation.patch 14 ];
··· 7 in 8 buildNodejs { 9 inherit enableNpm; 10 + version = "18.5.0"; 11 + sha256 = "0c50y6c52pmbxc8x1zhkzq608bwvcma4fj39cd1mvc40wfa5d2rn"; 12 patches = [ 13 ./disable-darwin-v8-system-instrumentation.patch 14 ];