summary refs log tree commit diff
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
parentf23731c7681a2aa74f5f8ac20363c8eb17ca148a (diff)
downloadnixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.tar
nixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.gz
nixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.bz2
nixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.lz
nixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.xz
nixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.tar.zst
nixpkgs-545fca99f20d7109e6ffe50f985de50e7392ad52.zip
nodejs-16_x: 16.10.0 -> 16.11.0
https://github.com/nodejs/node/releases/tag/v16.11.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 f89f98f6320..89a35565064 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 ];
   }