about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-19 06:06:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-19 06:06:13 +0000
commitffec833eb16fb9fc6fd98325c6817506c2f1a1a8 (patch)
treec8d29be4da2f919dcf1f85e359793f4d12a12059 /pkgs/development/web/nodejs
parent48965506a1ac5b0a08a0224551e8604c323691d1 (diff)
downloadnixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.tar
nixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.tar.gz
nixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.tar.bz2
nixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.tar.lz
nixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.tar.xz
nixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.tar.zst
nixlib-ffec833eb16fb9fc6fd98325c6817506c2f1a1a8.zip
nodejs-17_x: 17.3.1 -> 17.4.0
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/v17.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v17.nix b/pkgs/development/web/nodejs/v17.nix
index 2242a923f0b7..5da7cb5497ee 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.3.1";
-  sha256 = "070xy8rk5z6jmxiay95sjw0jld6pp2ymig7ryypday5aaiw8y26g";
+  version = "17.4.0";
+  sha256 = "1ch1hc5qc13qbk7gmpw729wb7s9kmda6sjlhzdw53iq6fzq7336g";
   patches = [
     ./disable-darwin-v8-system-instrumentation.patch
     # Fixes node incorrectly building vendored OpenSSL when we want system OpenSSL.