Merge pull request #69025 from marsam/update-nodejs-10

nodejs-10_x: 10.16.0 -> 10.16.3
This commit is contained in:
Mario Rodas 2019-09-18 20:38:17 -05:00 committed by GitHub
commit 6289e66805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "10.16.0";
sha256 = "0236jlb1hxhzqjlmmlxipcycrndiq92c8434iyy7zshh3n4pzqqq";
version = "10.16.3";
sha256 = "1gbblbmvx7a0wkgp3fs2pf5c1hymdpnfc7zqp1slg5hmfhyi5wbv";
}