Merge pull request #130179 from marsam/update-nodejs-16_x

nodejs-16_x: 16.4.2 -> 16.5.0
This commit is contained in:
Mario Rodas 2021-07-14 09:31:09 -05:00 committed by GitHub
commit b141a58ff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "16.4.2";
sha256 = "048x4vznpi6dai6fripg0yk21kfxm9s2mw7jb0rzisyv5aw8v2dj";
version = "16.5.0";
sha256 = "16dapj5pm2y1m3ldrjjlz8rq9axk85nn316iz02nk6qjs66y6drz";
}