about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-30 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-30 04:20:00 +0000
commit05c41a9b3cc2b175b857b1bd285e1bbd638bdc1d (patch)
tree9091ddda5358932200ee0d05e9eb23a717824044
parent4c580b0107ebc58eebd8c44920ea18558ae73384 (diff)
nodejs-16_x: 16.19.1 -> 16.20.0
https://github.com/nodejs/node/releases/tag/v16.20.0
-rw-r--r--pkgs/development/web/nodejs/v16.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v16.nix b/pkgs/development/web/nodejs/v16.nix
index 725bbc690df1b..2b8ee642f39f2 100644
--- a/pkgs/development/web/nodejs/v16.nix
+++ b/pkgs/development/web/nodejs/v16.nix
@@ -10,8 +10,8 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "16.19.1";
-    sha256 = "sha256-F/txZAYZgSWzDJTdPRdWIHspdwViav4W2NxHmmWh2LU=";
+    version = "16.20.0";
+    sha256 = "sha256-4JkPmSI05ApR/hH5LDgWyTp34bCBFF0912LNECY0U0k=";
     patches = [
       ./disable-darwin-v8-system-instrumentation.patch
       ./bypass-darwin-xcrun-node16.patch