summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-07-14 09:31:09 -0500
committerGitHub <noreply@github.com>2021-07-14 09:31:09 -0500
commitb141a58ff28c1b14fea9292dbcfe2a5af2da923c (patch)
tree7bfe52979dc4b1b8c78946e6db899b5bc400d6a2
parent76df22f46294de5decdb01916340168d2d8f5ef1 (diff)
parentcf8defb1dd5c4351c5c0e85c1481bb5be58759e0 (diff)
Merge pull request #130179 from marsam/update-nodejs-16_x
nodejs-16_x: 16.4.2 -> 16.5.0
-rw-r--r--pkgs/development/web/nodejs/v16.nix4
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";
}