added second mirror to heimdal
suggested by Karl Trygve Kalleberg svn path=/nixpkgs/trunk/; revision=13668
This commit is contained in:
parent
e95557f033
commit
a8e0eae74b
@ -3,8 +3,9 @@ stdenv.mkDerivation rec {
|
|||||||
name = "heimdal-1.0.2";
|
name = "heimdal-1.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.pdc.kth.se/pub/heimdal/src/${name}.tar.gz";
|
urls = [ "http://www.h5l.org/dist/src/${name}.tar.gz"
|
||||||
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig5";
|
"http://ftp.pdc.kth.se/pub/heimdal/src/${name}.tar.gz" ];
|
||||||
|
sha256 = "1h4x41lpv2abpv5l3yjd58pfzs0kkp5sbnih9iykhwd6sii1iig6";
|
||||||
};
|
};
|
||||||
|
|
||||||
## ugly, X should be made an option
|
## ugly, X should be made an option
|
||||||
|
Loading…
x
Reference in New Issue
Block a user