fetchurl: collate samba project urls into a mirror

This commit is contained in:
Edward Tjörnhammar
2015-02-08 22:29:27 +01:00
parent b65e6e873f
commit 33a8a51657
14 changed files with 19 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
name = "tevent-0.9.22";
src = fetchurl {
url = "http://samba.org/ftp/tevent/${name}.tar.gz";
url = "mirror://samba/tevent/${name}.tar.gz";
sha256 = "0myyi3lwsi6f3f0a5qw8rjpm2d5yf18pw4vljdwyi885l411sksl";
};