Author: simons
Date: Fri Apr 20 20:17:07 2012
New Revision: 33863
URL: https://nixos.org/websvn/nix/?rev=33863&sc=1
Log:
development/compilers/ghc/head.nix: fixed sha256 hash
Modified:
nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix
Modified: nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix Fri Apr 20
20:15:29 2012 (r33862)
+++ nixpkgs/trunk/pkgs/development/compilers/ghc/head.nix Fri Apr 20
20:17:07 2012 (r33863)
@@ -7,7 +7,7 @@
src = fetchurl {
url = "http://haskell.org/ghc/dist/current/dist/${name}-src.tar.bz2";
- sha256 = "0mvpdibdvbanpia8lngrw6pinn1jm867mjcz55zj5nv8wqhgfs7r";
+ sha256 =
"a111054715133d12fc35d1565f371e149677416af9131e6a47ffdb0354e8a87f";
};
buildInputs = [ghc perl gmp ncurses] ++
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits