summary refs log tree commit diff
path: root/pkgs/development/compilers/crystal
diff options
context:
space:
mode:
authorMichael Fellinger <michael.fellinger@iohk.io>2020-02-18 22:47:20 +0100
committerMichael Fellinger <michael.fellinger@iohk.io>2020-02-18 22:47:20 +0100
commit765f72d037ebe7d15feb095fa194efd9488a53b2 (patch)
treede23f2a664efcad7dbfab9df8e90640c1c29f547 /pkgs/development/compilers/crystal
parent1b96f9b68c728985bb94bb19c095330538827138 (diff)
downloadnixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.tar
nixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.tar.gz
nixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.tar.bz2
nixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.tar.lz
nixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.tar.xz
nixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.tar.zst
nixpkgs-765f72d037ebe7d15feb095fa194efd9488a53b2.zip
crystal: remove 0.25 and 0.26
Diffstat (limited to 'pkgs/development/compilers/crystal')
-rw-r--r--pkgs/development/compilers/crystal/default.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/development/compilers/crystal/default.nix b/pkgs/development/compilers/crystal/default.nix
index 12464344348..5253d6e5a9e 100644
--- a/pkgs/development/compilers/crystal/default.nix
+++ b/pkgs/development/compilers/crystal/default.nix
@@ -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";