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
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
name = "ppp-${version}";
src = fetchurl {
url = "${meta.homepage}ftp/ppp/${name}.tar.gz";
url = "mirror://samba/ppp/${name}.tar.gz";
sha256 = "019m00q85nrgdpjlhb9021a3iw3pr4a0913gp4h9k7r9r7z7lca3";
};