Add GnuPG mirrors, use them.

svn path=/nixpkgs/trunk/; revision=12832
This commit is contained in:
Ludovic Courtès
2008-09-09 09:06:01 +00:00
parent c4c830b66e
commit 8f0dab06ec
5 changed files with 58 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libgcrypt-1.4.2";
src = fetchurl {
url = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/${name}.tar.bz2";
url = "mirror://gnupg/libgcrypt/${name}.tar.bz2";
sha256 = "1hsj26c68lffhz00mi5i70kc5mg9l0dxlf6g48ms4fvzdy218x5s";
};