Adding a new url for netkit tftp, as the other is down.

svn path=/nixpkgs/trunk/; revision=32855
This commit is contained in:
Lluís Batlle i Rossell 2012-03-07 18:13:03 +00:00
parent 046743311d
commit ce482ec155

View file

@ -4,7 +4,10 @@ stdenv.mkDerivation rec {
name = "netkit-tftp-0.17";
src = fetchurl {
url = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${name}.tar.gz";
urls = [
"ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${name}.tar.gz"
"http://ftp.cc.uoc.gr/mirrors/linux/ubuntu/packages/pool/universe/n/netkit-tftp/netkit-tftp_0.17.orig.tar.gz"
];
sha256 = "0kfibbjmy85r3k92cdchha78nzb6silkgn1zaq9g8qaf1l0w0hrs";
};