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-13 12:05:12 +09:00
committed by Raphael Megzari
parent 2a14fcb7f9
commit 898660842e
+2 -2
View File
@@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.6.1";
sha256 = "0mz5wfhf2k1qf3d57h4r8b30izhyg93g5m9c8rljlzy6ih2ymcbr";
version = "16.6.2";
sha256 = "1svrkm2zq8dyvw2l7gvgm75x2fqarkbpc33970521r3iz6hwp547";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}