nodejs-16_x: 16.11.1 -> 16.12.0

https://github.com/nodejs/node/releases/tag/v16.12.0
conduit-nginx
Mario Rodas 2021-10-20 04:20:00 +00:00
parent 85b417446a
commit a1288e8628
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];
}