summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-07-14 06:48:20 -0500
committerGitHub <noreply@github.com>2022-07-14 06:48:20 -0500
commit81519a83144cda296bc4f151fa5bdb7d93e06c4f (patch)
tree9dcf1f6bbe7d88aec3a368089f0de86e1ead346f /pkgs
parent1bfb66edf8286badf61ddd742f93edc22b3315d3 (diff)
parent5ad0643e1c0b6ec442754b34316814ea212a76a3 (diff)
Merge pull request #181464 from r-ryantm/auto-update/nodejs-18_x
nodejs-18_x: 18.5.0 -> 18.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/web/nodejs/v18.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v18.nix b/pkgs/development/web/nodejs/v18.nix
index 78cb2a687931..6d0cc289172c 100644
--- a/pkgs/development/web/nodejs/v18.nix
+++ b/pkgs/development/web/nodejs/v18.nix
@@ -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
];