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:
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||
name = "instead-" + version;
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://downloads.sourceforge.net/project/instead/instead/${version}/instead_${version}.tar.gz";
|
||||
url = "mirror://sourceforge/project/instead/instead/${version}/instead_${version}.tar.gz";
|
||||
sha256 = "1ldisjkmmcpnmv4vsd25dc1sfiwbr9fcn3hxhl78i4jwlyqgrms8";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user