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
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "5.4.0";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/unimediaserver/Official%20Releases/Linux/" + stdenv.lib.toUpper "${name}" + "-Java8.tgz";
url = "mirror://sourceforge/project/unimediaserver/Official%20Releases/Linux/" + stdenv.lib.toUpper "${name}" + "-Java8.tgz";
sha256 = "0ryp26h7pyqing8pyg0xjrp1wm77wwgya4a7d00wczh885pk16kq";
name = "${name}.tgz";
};