Merge pull request #62200 from marsam/update-nodejs-10_x

nodejs-10_x: 10.15.3 -> 10.16.0
This commit is contained in:
Mario Rodas 2019-05-29 22:13:11 -05:00 committed by GitHub
commit 2144b8c550
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.15.3";
sha256 = "1mcijznh481s44i59p571a38bfvcxm9f8x2l0l1005aly0kdj8jf";
version = "10.16.0";
sha256 = "0236jlb1hxhzqjlmmlxipcycrndiq92c8434iyy7zshh3n4pzqqq";
}