Use mirror:// URIs for ftp.debian.org

Provide a more robust experience for users with horrible network
hardware (me).
This commit is contained in:
Tobias Geerinckx-Rice
2015-05-22 10:39:27 +02:00
parent 188a067d8e
commit 5d5044b2ec
7 changed files with 9 additions and 9 deletions
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "ltrace-0.7.3";
src = fetchurl {
url = ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.7.3.orig.tar.bz2;
url = mirror://debian/pool/main/l/ltrace/ltrace_0.7.3.orig.tar.bz2;
sha256 = "00wmbdghqbz6x95m1mcdd3wd46l6hgcr4wggdp049dbifh3qqvqf";
};