diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2021-07-29 04:20:00 +0000 |
|---|---|---|
| committer | Mario Rodas <marsam@users.noreply.github.com> | 2021-07-29 04:20:00 +0000 |
| commit | 726a6358b9de87795be5af44205478bf2ddab819 (patch) | |
| tree | e87e77fd2eea0e81bf434409fec1bcd74ce54d24 | |
| parent | nodejs-16_x: 16.4.2 -> 16.5.0 (diff) | |
| download | nixpkgs-726a6358b9de87795be5af44205478bf2ddab819.tar.gz | |
nodejs-16_x: 16.5.0 -> 16.6.0
https://github.com/nodejs/node/releases/tag/v16.6.0
(cherry picked from commit f5de4158dd462c51741ec48be2e47a3f8015930d)
| -rw-r--r-- | pkgs/development/web/nodejs/v16.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/nodejs/v16.nix b/pkgs/development/web/nodejs/v16.nix index 766df734a4aa..c89b48ae3dd7 100644 --- a/pkgs/development/web/nodejs/v16.nix +++ b/pkgs/development/web/nodejs/v16.nix @@ -8,6 +8,6 @@ let in buildNodejs { inherit enableNpm; - version = "16.5.0"; - sha256 = "16dapj5pm2y1m3ldrjjlz8rq9axk85nn316iz02nk6qjs66y6drz"; + version = "16.6.0"; + sha256 = "1ndrqx3k5m62r7nzl5za59m33bx10541n7xbaxxz7088ifh18msw"; } |
