Merge pull request #135325 from marsam/update-nodejs-16_x

nodejs-16_x: 16.6.2 -> 16.7.0
This commit is contained in:
Sandro 2021-08-22 21:18:31 +02:00 committed by GitHub
commit 07af975585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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