doh, I comitted the wrong heimdal hash. this fixes it

svn path=/nixpkgs/trunk/; revision=13671
This commit is contained in:
Marc Weber 2008-12-23 23:51:29 +00:00
parent e4a6036ca9
commit 31ff337203
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
urls = [ "http://www.h5l.org/dist/src/${name}.tar.gz"
"http://ftp.pdc.kth.se/pub/heimdal/src/${name}.tar.gz" ];
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig6";
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig5";
};
## ugly, X should be made an option