tools/misc/myhasktags: fixed incorrect sha256 hash

svn path=/nixpkgs/trunk/; revision=29310
This commit is contained in:
Peter Simons 2011-09-16 18:25:23 +00:00
parent 2f736e0ca0
commit 2d9c68fd28

View File

@ -4,7 +4,7 @@
packageOverrides = { packageOverrides = {
haskellCollection = haskellCollection =
let hp = haskellPackages; let hp = haskellPackages;
install = [ hp.QuickCheck /* ... * /]; install = [ hp.QuickCheck /* ... * /];
in in
@ -22,7 +22,7 @@ stdenv.mkDerivation {
version = "0.0"; # Haskell Platform 2009.0.0 version = "0.0"; # Haskell Platform 2009.0.0
src = fetchurl { src = fetchurl {
url = http://mawercer.de/~nix/hasktags.hs; url = http://mawercer.de/~nix/hasktags.hs;
sha256 = "e5ce4c4e1f5916baf9395174978faee67a86ff5350936c82e115939812a4d579"; sha256 = "0zdin03n357viyyqbn2d029jxd83nyazhaxbxfc8v3jrz5pkwl2c";
}; };
phases="buildPhase"; phases="buildPhase";
buildPhase = '' buildPhase = ''