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

@@ -4,7 +4,7 @@ let name = "${pkgName}-${version}";
in stdenv.mkDerivation ({
inherit name buildInputs;
src = fetchurl {
url = "http://downloads.sourceforge.net/cdemu/${name}.tar.bz2";
url = "mirror://sourceforge/cdemu/${name}.tar.bz2";
sha256 = pkgSha256;
};
nativeBuildInputs = [ pkgconfig cmake ];

View File

@@ -3,7 +3,7 @@ let version = "20140928";
in stdenv.mkDerivation {
name = "vhba-${version}";
src = fetchurl {
url = "http://downloads.sourceforge.net/cdemu/vhba-module-${version}.tar.bz2";
url = "mirror://sourceforge/cdemu/vhba-module-${version}.tar.bz2";
sha256 = "18jmpg2kpx87f32b8aprr1pxla9dlhf901rkj1sp3ammf94nxxa5";
};
preBuild = ''

View File

@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
version = "0.9.11";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/desmume/desmume/${version}/${name}.tar.gz";
url = "mirror://sourceforge/project/desmume/desmume/${version}/${name}.tar.gz";
sha256 = "15l8wdw3q61fniy3h93d84dnm6s4pyadvh95a0j6d580rjk4pcrs";
};

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "4.6.1";
src = fetchurl {
url = "http://downloads.sourceforge.net/project/stella/stella/${version}/${name}-src.tar.gz";
url = "mirror://sourceforge/project/stella/stella/${version}/${name}-src.tar.gz";
sha256 = "126jph21b70jlxapzmll8pq36i53lb304hbsiap25160vdqid4n1";
};