diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2021-07-14 08:27:09 -0500 |
|---|---|---|
| committer | Mario Rodas <marsam@users.noreply.github.com> | 2021-07-14 08:27:09 -0500 |
| commit | b8ecf1d1794cbed9f30bf63a652bd6920061508c (patch) | |
| tree | 7c7ad21fcb3ebe17ec9333a82ed8a224d0d94dd7 | |
| parent | nodejs-16_x: 16.4.1 -> 16.4.2 (diff) | |
| download | nixpkgs-b8ecf1d1794cbed9f30bf63a652bd6920061508c.tar.gz | |
nodejs-16_x: 16.4.2 -> 16.5.0
https://github.com/nodejs/node/releases/tag/v16.5.0
(cherry picked from commit cf8defb1dd5c4351c5c0e85c1481bb5be58759e0)
| -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 350abed7ec7a..766df734a4aa 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.4.2"; - sha256 = "048x4vznpi6dai6fripg0yk21kfxm9s2mw7jb0rzisyv5aw8v2dj"; + version = "16.5.0"; + sha256 = "16dapj5pm2y1m3ldrjjlz8rq9axk85nn316iz02nk6qjs66y6drz"; } |
