Merge pull request #64287 from marsam/revert-nodejs_12.6.0

Revert "nodejs-12_x: 12.5.0 -> 12.6.0"
This commit is contained in:
Mario Rodas 2019-07-04 04:03:45 -05:00 committed by GitHub
commit fbb72fdda8
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.6.0";
sha256 = "12ghr9xy857zpfbgk3ck64rg279gbr1figdfk6lpcvn6vfr4n2ly";
version = "12.5.0";
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
}