about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-18 18:01:03 +0000
committerGitHub <noreply@github.com>2021-12-18 18:01:03 +0000
commit2add1758ab174da8f1244df02226827037210b02 (patch)
tree9b4bb10220e902222f1d80114731d6e17411a63e /pkgs/development/web/nodejs
parentda8f155b2a5d481770172e25bfdc6e9fc2da8c1b (diff)
parent5965f0698f917ae93578b66231976ce169134e59 (diff)
downloadnixlib-2add1758ab174da8f1244df02226827037210b02.tar
nixlib-2add1758ab174da8f1244df02226827037210b02.tar.gz
nixlib-2add1758ab174da8f1244df02226827037210b02.tar.bz2
nixlib-2add1758ab174da8f1244df02226827037210b02.tar.lz
nixlib-2add1758ab174da8f1244df02226827037210b02.tar.xz
nixlib-2add1758ab174da8f1244df02226827037210b02.tar.zst
nixlib-2add1758ab174da8f1244df02226827037210b02.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v12.nix4
-rw-r--r--pkgs/development/web/nodejs/v17.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/web/nodejs/v12.nix b/pkgs/development/web/nodejs/v12.nix
index 54f077e71821..f69915ddfa69 100644
--- a/pkgs/development/web/nodejs/v12.nix
+++ b/pkgs/development/web/nodejs/v12.nix
@@ -8,7 +8,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "12.22.7";
-    sha256 = "0sszg3k5jd26hymqhs5328kvnxsb3x78sg4gpna9lrvh92s26snc";
+    version = "12.22.8";
+    sha256 = "0g0ihjzbd02izhmb4jzkdsr5788982wy8q2b4a1h04q8l4fwp197";
     patches = lib.optional stdenv.isDarwin ./bypass-xcodebuild.diff;
   }
diff --git a/pkgs/development/web/nodejs/v17.nix b/pkgs/development/web/nodejs/v17.nix
index 38d5a12a712e..62db8e9f87d2 100644
--- a/pkgs/development/web/nodejs/v17.nix
+++ b/pkgs/development/web/nodejs/v17.nix
@@ -7,8 +7,8 @@ let
 in
 buildNodejs {
   inherit enableNpm;
-  version = "17.2.0";
-  sha256 = "16k5kqanfvsnickkrv0vz072qg4ddzrk4is56yvdg2f1brxwqirb";
+  version = "17.3.0";
+  sha256 = "00sx046xmh75va7jh810npphnz3yrixifjhlj0jqysal93kc9r74";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
     # Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.