Merge pull request #6245 from edwtjo/samba-collate-urls

fetchurl: collate samba project urls into a mirror
This commit is contained in:
William A. Kennington III
2015-02-08 13:38:01 -08:00
14 changed files with 19 additions and 26 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "cifs-utils-6.4";
src = fetchurl {
url = "ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
url = "mirror://samba/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
sha256 = "1qz6d2xg4z1if0hy7qwyzgcr59l0alkhci6gxgjdldglda967z1q";
};