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

View File

@@ -5,6 +5,6 @@ let
in
buildNodejs {
inherit enableNpm;
version = "12.6.0";
sha256 = "12ghr9xy857zpfbgk3ck64rg279gbr1figdfk6lpcvn6vfr4n2ly";
version = "12.5.0";
sha256 = "08haqs104lw44l92bxfii18sdn7y1k07cz3p0ni9bhw7kh4vf5c7";
}