1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

nodejs-16_x: 16.9.0 -> 16.9.1

https://github.com/nodejs/node/releases/tag/v16.9.1
This commit is contained in:
Mario Rodas 2021-09-11 04:20:00 +00:00
parent de9da9fbcf
commit 35f805cf9f

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