Merge pull request #54287 from marsam/update-node-v11

nodejs-11_x: 11.6.0 -> 11.7.0
This commit is contained in:
Matthew Bauer 2019-02-08 17:39:47 -05:00 committed by GitHub
commit 03d2e5ae50
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 = "11.6.0";
sha256 = "1czrpxmk6calqn0p92rm0bv2vlgbnx6q4z7n2j8r7aw0khwbxwll";
version = "11.7.0";
sha256 = "18md1xz055rxds4i831rmmya0xda7cc0wdmr1jnj8vigfbcbvzh7";
}