Merge pull request #137393 from marsam/update-nodejs

nodejs-16_x: 16.9.0 -> 16.9.1
This commit is contained in:
Mario Rodas 2021-09-11 11:51:36 -05:00 committed by GitHub
commit 211c38b8e0
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.9.0";
sha256 = "0vv6igmnz4fkr4i8gczxxw2qgcvydkpy71w3lskah8zw1lh69rqs";
version = "16.9.1";
sha256 = "070k8i9a65r03xdchr200qixv053mim5irfvgg4pl3h57k2hxxcp";
patches = [ ./disable-darwin-v8-system-instrumentation.patch ];
}