doh, I comitted the wrong heimdal hash. this fixes it
svn path=/nixpkgs/trunk/; revision=13671
This commit is contained in:
parent
e4a6036ca9
commit
31ff337203
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [ "http://www.h5l.org/dist/src/${name}.tar.gz"
|
urls = [ "http://www.h5l.org/dist/src/${name}.tar.gz"
|
||||||
"http://ftp.pdc.kth.se/pub/heimdal/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
|
## ugly, X should be made an option
|
||||||
|
|
Loading…
Reference in New Issue