Revert "nodejs-12_x: 12.5.0 -> 12.6.0"

This reverts commit e5bc9ff916.
This commit is contained in:
Mario Rodas 2019-07-04 03:19:58 -05:00
parent c40e87291d
commit b05f8c47b7
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

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