alsa: setup mirrors for src downloads (#41761)

This commit adds a list of supported mirrors for all alsa projects, as described
on the download section of the alsa-project hompage:
http://alsa-project.org/main/index.php/Download
This commit is contained in:
Benjamin Hipple
2018-06-10 20:56:20 +02:00
committed by xeji
parent e76388a0ab
commit d81ab0ab7d
7 changed files with 15 additions and 26 deletions
@@ -4,10 +4,7 @@ stdenv.mkDerivation rec {
name = "alsa-plugins-1.1.6";
src = fetchurl {
urls = [
"ftp://ftp.alsa-project.org/pub/plugins/${name}.tar.bz2"
"http://alsa.cybermirror.org/plugins/${name}.tar.bz2"
];
url = "mirror://alsa/plugins/${name}.tar.bz2";
sha256 = "04qcwkisbh0d6lnh0rw1k6n869fbs6zbfq6yvb41rymiwgmk27bg";
};