1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

nodejs-16_x: 16.6.2 -> 16.7.0

https://github.com/nodejs/node/releases/tag/v16.7.0
This commit is contained in:
Mario Rodas 2021-08-22 13:45:05 -05:00
parent 2eba757e20
commit f3706ab27f

View file

@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.6.2";
sha256 = "1svrkm2zq8dyvw2l7gvgm75x2fqarkbpc33970521r3iz6hwp547";
version = "16.7.0";
sha256 = "0drd7zyadjrhng9k0mspz456j3pmr7kli5dd0kx8grbqsgxzv1gs";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}