summary refs log tree commit diff
path: root/pkgs/development/compilers/crystal
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-08-25 03:47:25 +0800
committerPeter Hoeg <peter@hoeg.com>2019-08-25 03:47:25 +0800
commit4d3493c11f14080fa9d99c7732efeba778eda36a (patch)
treed0cc278c23154b93c10ef88852426176d87505aa /pkgs/development/compilers/crystal
parentdfc6d580bcc76f92a7ef2ab502a18ea4251594c2 (diff)
downloadnixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.tar
nixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.tar.gz
nixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.tar.bz2
nixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.tar.lz
nixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.tar.xz
nixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.tar.zst
nixpkgs-4d3493c11f14080fa9d99c7732efeba778eda36a.zip
crystal: init at 0.30.1
Diffstat (limited to 'pkgs/development/compilers/crystal')
-rw-r--r--pkgs/development/compilers/crystal/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/development/compilers/crystal/default.nix b/pkgs/development/compilers/crystal/default.nix
index 2e823fe1f0f..db57bc3e9df 100644
--- a/pkgs/development/compilers/crystal/default.nix
+++ b/pkgs/development/compilers/crystal/default.nix
@@ -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;
 }