crystal: remove 0.25 and 0.26 (#80473)

crystal: remove 0.25 and 0.26
This commit is contained in:
Samuel Leathers 2020-02-19 12:17:45 -05:00 committed by GitHub
commit 9412db1150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 26 deletions

View file

@ -178,15 +178,6 @@ let
}));
in rec {
binaryCrystal_0_26 = genericBinary {
version = "0.26.1";
sha256s = {
x86_64-linux = "1xban102yiiwmlklxvn3xp3q546bp8hlxxpakayajkhhnpl6yv45";
i686-linux = "1igspf1lrv7wpmz0pfrkbx8m1ykvnv4zhic53cav4nicppm2v0ic";
x86_64-darwin = "1mri8bfrcldl69gczxpihxpv1shn4bijx28m3qby8vnk0ii63n9s";
};
};
binaryCrystal_0_27 = genericBinary {
version = "0.27.2";
sha256s = {
@ -223,20 +214,6 @@ in rec {
};
};
crystal_0_25 = generic {
version = "0.25.1";
sha256 = "15xmbkalsdk9qpc6wfpkly3sifgw6a4ai5jzlv78dh3jp7glmgyl";
doCheck = false;
binary = binaryCrystal_0_26;
};
crystal_0_26 = generic {
version = "0.26.1";
sha256 = "0jwxrqm99zcjj82gyl6bzvnfj79nwzqf8sa1q3f66q9p50v44f84";
doCheck = false; # about 20 tests out of more than 14000 are failing
binary = binaryCrystal_0_26;
};
crystal_0_27 = generic {
version = "0.27.2";
sha256 = "0vxqnpqi85yh0167nrkbksxsni476iwbh6y3znbvbjbbfhsi3nsj";

View file

@ -7935,8 +7935,6 @@ in
stdenv = if stdenv.cc.isClang then llvmPackages_6.stdenv else stdenv;
inherit (llvmPackages_6) clang llvm;
})
crystal_0_25
crystal_0_26
crystal_0_27
crystal_0_29
crystal_0_30
@ -15410,7 +15408,7 @@ in
miniHttpd = callPackage ../servers/http/mini-httpd {};
mlflow-server = callPackage ../servers/mlflow-server { };
mlmmj = callPackage ../servers/mail/mlmmj { };
moodle = callPackage ../servers/web-apps/moodle { };