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

@@ -5,7 +5,7 @@ let
stdenv.mkDerivation {
name = "ccache-3.2.1";
src = fetchurl {
url = http://samba.org/ftp/ccache/ccache-3.2.1.tar.xz;
url = mirror://samba/ccache/ccache-3.2.1.tar.xz;
sha256 = "17dxb0adha2bqzb2r8rcc3kl9mk7y6vrvlh181liivrc3m7g6al7";
};