Merge pull request #67441 from peterhoeg/u/crystal

crystal: init at 0.30.1
This commit is contained in:
Peter Hoeg
2019-08-26 14:34:33 +08:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -199,5 +199,12 @@ in rec {
binary = binaryCrystal_0_29;
};
crystal = crystal_0_29;
crystal_0_30 = generic {
version = "0.30.1";
sha256 = "0fbk784zjflsl3hys5a1xmn8mda8kb2z7ql58wpyfavivswxanbs";
doCheck = false; # 6 checks are failing now
binary = binaryCrystal_0_29;
};
crystal = crystal_0_30;
}