Merge pull request #64253 from marsam/update-nodejs_v12

nodejs-12_x: 12.5.0 -> 12.6.0
This commit is contained in:
Mario Rodas 2019-07-03 13:59:30 -05:00 committed by GitHub
commit 6e2ed274e1
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 = "12.5.0";
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
version = "12.6.0";
sha256 = "12ghr9xy857zpfbgk3ck64rg279gbr1figdfk6lpcvn6vfr4n2ly";
}