nodejs-16_x: 16.7.0 -> 16.8.0

https://github.com/nodejs/node/releases/tag/v16.8.0
This commit is contained in:
Mario Rodas
2021-08-26 14:50:20 +09:00
committed by Raphael Megzari
parent 3c2d7dbfdf
commit 372b7ce697
+2 -2
View File
@@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.7.0";
sha256 = "0drd7zyadjrhng9k0mspz456j3pmr7kli5dd0kx8grbqsgxzv1gs";
version = "16.8.0";
sha256 = "14k3njj382im3q4k6dhsxdk07gs81hw2k0nrixfvlw1964k04ydq";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}