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
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "odamex-0.7.0";
src = fetchurl {
url = http://downloads.sourceforge.net/odamex/odamex-src-0.7.0.tar.bz2;
url = mirror://sourceforge/odamex/odamex-src-0.7.0.tar.bz2;
sha256 = "0cb6p58yv55kdyfj7s9n9xcwpvxrj8nyc6brw9jvwlc5n4y3cd5a";
};