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 = "talloc-2.1.1";
src = fetchurl {
url = "http://samba.org/ftp/talloc/${name}.tar.gz";
url = "mirror://samba/talloc/${name}.tar.gz";
sha256 = "0x31id42b425dbxv5whrqlc6dj14ph7wzs3wsp1ggi537dncwa9y";
};