summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-08-26 14:34:33 +0800
committerGitHub <noreply@github.com>2019-08-26 14:34:33 +0800
commiteaaa46a4c5ad5ffde75fce9249cf3a429ae8bebb (patch)
treea95caf521e275694f4d56d57d1efc08134b55f45 /pkgs/development/compilers
parent6d43bc3a84a6a5385f3eae44bd0d560cbe312ec9 (diff)
parent4d3493c11f14080fa9d99c7732efeba778eda36a (diff)
Merge pull request #67441 from peterhoeg/u/crystal
crystal: init at 0.30.1
Diffstat (limited to 'pkgs/development/compilers')
-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 2e823fe1f0f8f..db57bc3e9df77 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;
 }