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

nodejs-16_x: 16.12.0 -> 16.13.0
This commit is contained in:
Mario Rodas
2021-10-27 08:25:33 -05:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.12.0";
sha256 = "1b3bschfa7946jwyqp3nmbdv7ap3rl4p7h50b9bac08981m0lqjz";
version = "16.13.0";
sha256 = "1k6bgs83s5iaawi63dcc826g23lfqr13phwbbzwx0pllqcyln49j";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}