summary refs log tree commit diff
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhavsagar@gmail.com>2018-08-12 02:06:36 +0800
committerDomen Kožar <domen@enlambda.com>2018-08-11 19:06:36 +0100
commitc7596ef7425e5209b74faf5a07e22f9a5d562f5a (patch)
treed7edcabcdf7ce49e9b5bf77e960a2d73b7dcdf88
parentaf36123747f58f8817a0d9da8af536bbd43657fc (diff)
downloadnixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.tar
nixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.tar.gz
nixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.tar.bz2
nixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.tar.lz
nixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.tar.xz
nixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.tar.zst
nixlib-c7596ef7425e5209b74faf5a07e22f9a5d562f5a.zip
ghc861: 8.6.1-alpha2 -> 8.6.1-beta1 (#44891)
-rw-r--r--pkgs/development/compilers/ghc/8.6.1.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghc/8.6.1.nix b/pkgs/development/compilers/ghc/8.6.1.nix
index 8f0e52152170..fdb60ce3f2e8 100644
--- a/pkgs/development/compilers/ghc/8.6.1.nix
+++ b/pkgs/development/compilers/ghc/8.6.1.nix
@@ -77,12 +77,12 @@ let
 
 in
 stdenv.mkDerivation (rec {
-  version = "8.6.0.20180714";
+  version = "8.6.0.20180810";
   name = "${targetPrefix}ghc-${version}";
 
   src = fetchurl {
-    url = "https://downloads.haskell.org/~ghc/8.6.1-alpha2/ghc-${version}-src.tar.xz";
-    sha256 = "1jrkqrqdv2z9i9s1xaxhci34c9rjvlgr40y34bxsfj0hj1r28409";
+    url = "https://downloads.haskell.org/~ghc/8.6.1-beta1/ghc-${version}-src.tar.xz";
+    sha256 = "0b3nyjs4lsh67lfw7wh7r7kkf4g2xiypdxd77aycmwd3pdxj09yw";
   };
 
   enableParallelBuilding = true;