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

nodejs-16_x: 16.13.0 -> 16.13.1
This commit is contained in:
Mario Rodas 2021-12-08 01:45:43 -05:00 committed by GitHub
commit cde01c28aa
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.13.0";
sha256 = "1k6bgs83s5iaawi63dcc826g23lfqr13phwbbzwx0pllqcyln49j";
version = "16.13.1";
sha256 = "1bb3rjb2xxwn6f4grjsa7m1pycp0ad7y6vz7v2d7kbsysx7h08sc";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}