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

View File

@@ -6,7 +6,7 @@ stdenv.mkDerivation rec{
version = "1.58";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/nuweb/${name}.tar.gz";
url = "mirror://sourceforge/project/nuweb/${name}.tar.gz";
sha256 = "0q51i3miy15fv4njjp82yws01qfjxvqx5ly3g3vh8z3h7iq9p47y";
};