3
0
Fork 0
forked from mirrors/nixpkgs

nodejs-16_x: 16.6.1 -> 16.6.2

https://github.com/nodejs/node/releases/tag/v16.6.2
This commit is contained in:
Mario Rodas 2021-08-11 19:02:00 -05:00 committed by Raphael Megzari
parent 2a14fcb7f9
commit 898660842e

View file

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