Change more packages from direct downloads to mirror://sourceforge

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:48:32 +03:00
parent aa85b80459
commit 5ae43d2494
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
src = fetchurl {
url = http://netcologne.dl.sourceforge.net/project/csound/csound5/csound5.18/Csound5.18.02.tar.gz;
url = mirror://sourceforge/csound/Csound5.18.02.tar.gz;
sha256 = "4c461cf3bf60b83671224949dd33805379b7121bf2c0ad6af5e191e7f6f8adc8";
};