about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/v18.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-16 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-06-16 04:20:00 +0000
commita0f7526c81aee8b531019abae7ef81bf63bb015c (patch)
treedeb532060c9dc23f377270bcb68baaf68cb75e77 /pkgs/development/web/nodejs/v18.nix
parentaf456a8793e74a99c73fa9e85f6c02e52c935d2b (diff)
nodejs-18_x: 18.3.0 -> 18.4.0
https://github.com/nodejs/node/releases/tag/v18.4.0
Diffstat (limited to 'pkgs/development/web/nodejs/v18.nix')
-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 6acf2e3cbe703..a2c10d1b96b21 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.3.0";
-  sha256 = "sha256-P2lKgWJuUFfNpXiY53HSE8/FpkmFX0zxxvbNFQxTBiU=";
+  version = "18.4.0";
+  sha256 = "sha256-lNbxmpcDYfjIrRdFBgQJU4n1HKagDc3lnCHzc+lau7U=";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
   ];