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
+1 -1
View File
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
name = "ssmtp-2.64";
src = fetchurl {
url = http://ftp.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64.orig.tar.bz2;
url = mirror://debian/pool/main/s/ssmtp/ssmtp_2.64.orig.tar.bz2;
sha256 = "0dps8s87ag4g3jr6dk88hs9zl46h3790marc5c2qw7l71k4pvhr2";
};