mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
nodejs-16_x: 16.11.1 -> 16.12.0
https://github.com/nodejs/node/releases/tag/v16.12.0
This commit is contained in:
parent
85b417446a
commit
a1288e8628
@ -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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user