nodejs-16_x: 16.6.1 -> 16.6.2

https://github.com/nodejs/node/releases/tag/v16.6.2
(cherry picked from commit 898660842e9cde1e9b8ef154b25361cdaee3b612)
This commit is contained in:
Mario Rodas 2021-08-11 19:02:00 -05:00
parent 4795a1882d
commit dc9e1a31fb

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