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

nodejs-16_x: 16.11.0 -> 16.11.1
This commit is contained in:
Mario Rodas
2021-10-13 00:01:24 -05:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.11.0";
sha256 = "1bk5f47hm409129w437h8qdvmqjdr11awblvnhkfsp911nyk3xnk";
version = "16.11.1";
sha256 = "0y32mdv8zs35la2bny8d9rxjvj1vr8z079ji1g6ajc2yw96pyn37";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}