summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-10-20 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-10-20 04:20:00 +0000
commita1288e86284c1e6be612f907c8dea79b8f57ef7a (patch)
tree5ac9bf93b1118dab4451baf4a2998b444db97147
parent85b417446ac3a776f17a95c9208fd685af8192ac (diff)
downloadnixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.tar
nixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.tar.gz
nixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.tar.bz2
nixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.tar.lz
nixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.tar.xz
nixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.tar.zst
nixpkgs-a1288e86284c1e6be612f907c8dea79b8f57ef7a.zip
nodejs-16_x: 16.11.1 -> 16.12.0
https://github.com/nodejs/node/releases/tag/v16.12.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 698108a42b6..9cbe093c7a3 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.11.1";
-    sha256 = "0y32mdv8zs35la2bny8d9rxjvj1vr8z079ji1g6ajc2yw96pyn37";
+    version = "16.12.0";
+    sha256 = "1b3bschfa7946jwyqp3nmbdv7ap3rl4p7h50b9bac08981m0lqjz";
     patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
   }