about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-10-08 12:18:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-10-08 12:18:00 -0500
commit545fca99f20d7109e6ffe50f985de50e7392ad52 (patch)
tree2dba99a09b186af556ef9c30501c1cc34e5fce83 /pkgs/development/web/nodejs
parentf23731c7681a2aa74f5f8ac20363c8eb17ca148a (diff)
downloadnixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.tar
nixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.gz
nixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.bz2
nixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.lz
nixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.xz
nixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.zst
nixlib-545fca99f20d7109e6ffe50f985de50e7392ad52.zip
nodejs-16_x: 16.10.0 -> 16.11.0
https://github.com/nodejs/node/releases/tag/v16.11.0
Diffstat (limited to 'pkgs/development/web/nodejs')
-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 f89f98f63200..89a35565064d 100644
--- a/pkgs/development/web/nodejs/v16.nix
+++ b/pkgs/development/web/nodejs/v16.nix
@@ -8,7 +8,7 @@ let
 in
   buildNodejs {
     inherit enableNpm;
-    version = "16.10.0";
-    sha256 = "04krpy0r8msv64rcf0vy2l2yzf0a401km8p5p7h12j9b4g51mp4p";
+    version = "16.11.0";
+    sha256 = "1bk5f47hm409129w437h8qdvmqjdr11awblvnhkfsp911nyk3xnk";
     patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
   }