use the sourceforge mirrors everywhere

find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
This commit is contained in:
zimbatm
2016-02-28 12:07:42 +00:00
parent b871649530
commit 69ce5cb656
45 changed files with 49 additions and 49 deletions
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.5.5";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/pure-data/libraries/maxlib/${name}.tar.gz";
url = "mirror://sourceforge/project/pure-data/libraries/maxlib/${name}.tar.gz";
sha256 = "0vxl9s815dnay5r0067rxsfh8f6jbk61f0nxrydzjydfycza7p1w";
};