From f412a1fbe74e24d962aa6ebdd077d87ad02c0e12 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Apr 2012 20:17:07 +0000 Subject: [PATCH] development/compilers/ghc/head.nix: fixed sha256 hash svn path=/nixpkgs/trunk/; revision=33863 --- pkgs/development/compilers/ghc/head.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/head.nix b/pkgs/development/compilers/ghc/head.nix index 8d495a092c1..0b62d6c74ad 100644 --- a/pkgs/development/compilers/ghc/head.nix +++ b/pkgs/development/compilers/ghc/head.nix @@ -7,7 +7,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2"; - sha256 = "0mvpdibdvbanpia8lngrw6pinn1jm867mjcz55zj5nv8wqhgfs7r"; + sha256 = "a111054715133d12fc35d1565f371e149677416af9131e6a47ffdb0354e8a87f"; }; buildInputs = [ghc perl gmp ncurses] ++