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
@@ -7,10 +7,7 @@ stdenv.mkDerivation rec {
version = "1.1.6";
src = fetchurl {
urls = [
"ftp://ftp.alsa-project.org/pub/tools/${name}.tar.bz2"
"http://alsa.cybermirror.org/tools/${name}.tar.bz2"
];
url = "mirror://alsa/tools/${name}.tar.bz2";
sha256 = "09rjb6hw1mn9y1jfdfj5djncgc2cr5wfps83k56rf6k4zg14v76n";
};