summary refs log tree commit diff
path: root/pkgs/development/compilers/helium/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/helium/default.nix')
-rw-r--r--pkgs/development/compilers/helium/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/helium/default.nix b/pkgs/development/compilers/helium/default.nix
index ac4ef2fb20d2..a2437d845351 100644
--- a/pkgs/development/compilers/helium/default.nix
+++ b/pkgs/development/compilers/helium/default.nix
@@ -3,11 +3,11 @@
 assert ghc != null;
 
 stdenv.mkDerivation {
-  name = "helium-1.2";
+  name = "helium-1.5";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://www.cs.uu.nl/helium/distr/helium-1.2-src.tar.gz;
-    md5 = "6ea1d6e4436e137d75f5354b4758f299";
+    url = http://www.cs.uu.nl/helium/distr/helium-1.5-src.tar.gz;
+    md5 = "b25fbee324a54059789eb1b4d62aa048";
   };
   inherit ghc;
 }