nodejs-16_x: 16.12.0 -> 16.13.0

This commit is contained in:
R. Ryantm 2021-10-27 12:13:51 +00:00
parent 22a500a3f8
commit b59803b96d

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