nodejs-16_x: 16.10.0 -> 16.11.0

https://github.com/nodejs/node/releases/tag/v16.11.0
(cherry picked from commit 545fca99f20d7109e6ffe50f985de50e7392ad52)
This commit is contained in:
Mario Rodas 2021-10-08 12:18:00 -05:00
parent c4f4ea01f3
commit cae668bd06
1 changed files with 2 additions and 2 deletions

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