More Apache mirrors; use them for Ant.

svn path=/nixpkgs/trunk/; revision=17563
This commit is contained in:
Ludovic Courtès
2009-10-01 09:07:09 +00:00
parent e503c07475
commit a5945916f0
2 changed files with 7 additions and 2 deletions
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
name = "ant-gcj-${version}";
src = fetchurl {
url = "http://mirrors.linhub.com/apache/ant/source/apache-ant-${version}-src.tar.bz2";
url = "mirror://apache/ant/source/apache-ant-${version}-src.tar.bz2";
sha256 = "19pvqvgkxgpgsqm4lvbki5sm0z84kxmykdqicvfad47gc1r9mi2d";
};