From 3c3c11031fcef77c729b1f31bb9e722aa60168f4 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Mon, 16 Jul 2018 15:13:26 +0800 Subject: ghc: 8.6.1-alpha1 -> 8.6.1-alpha2 --- pkgs/development/compilers/ghc/8.6.1.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/compilers/ghc/8.6.1.nix b/pkgs/development/compilers/ghc/8.6.1.nix index fb294d1fdbaf..522ad32e69f4 100644 --- a/pkgs/development/compilers/ghc/8.6.1.nix +++ b/pkgs/development/compilers/ghc/8.6.1.nix @@ -76,12 +76,12 @@ let in stdenv.mkDerivation (rec { - version = "8.6.0.20180627"; + version = "8.6.0.20180714"; name = "${targetPrefix}ghc-${version}"; src = fetchurl { - url = "https://downloads.haskell.org/~ghc/8.6.1-alpha1/ghc-${version}-src.tar.xz"; - sha256 = "0vmki10ypdhca3nykxz3lgarr14mfanfkif43m1s2p1q0b1z576n"; + url = "https://downloads.haskell.org/~ghc/8.6.1-alpha2/ghc-${version}-src.tar.xz"; + sha256 = "1jrkqrqdv2z9i9s1xaxhci34c9rjvlgr40y34bxsfj0hj1r28409"; }; enableParallelBuilding = true; -- cgit 1.4.1