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

nodejs-16_x: 16.10.0 -> 16.11.0
This commit is contained in:
Mario Rodas 2021-10-08 19:43:13 -05:00 committed by GitHub
commit 9e9fa4ec74
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.10.0";
sha256 = "04krpy0r8msv64rcf0vy2l2yzf0a401km8p5p7h12j9b4g51mp4p";
version = "16.11.0";
sha256 = "1bk5f47hm409129w437h8qdvmqjdr11awblvnhkfsp911nyk3xnk";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}