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

nodejs-16_x: 16.5.0 -> 16.6.0
This commit is contained in:
Mario Rodas 2021-07-29 21:00:31 -05:00 committed by GitHub
commit 839c8785ba
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.5.0";
sha256 = "16dapj5pm2y1m3ldrjjlz8rq9axk85nn316iz02nk6qjs66y6drz";
version = "16.6.0";
sha256 = "1ndrqx3k5m62r7nzl5za59m33bx10541n7xbaxxz7088ifh18msw";
}