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
commit eaaa46a4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}

View File

@ -7452,6 +7452,7 @@ in
crystal_0_26
crystal_0_27
crystal_0_29
crystal_0_30
crystal;
icr = callPackage ../development/tools/icr {};