Merge pull request #139135 from r-ryantm/auto-update/nodejs-16_x

nodejs-16_x: 16.9.1 -> 16.10.0
This commit is contained in:
Maximilian Bosch 2021-09-25 18:05:02 +02:00 committed by GitHub
commit 1214888655
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.9.1";
sha256 = "070k8i9a65r03xdchr200qixv053mim5irfvgg4pl3h57k2hxxcp";
version = "16.10.0";
sha256 = "04krpy0r8msv64rcf0vy2l2yzf0a401km8p5p7h12j9b4g51mp4p";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}