mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
fuseiso: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge to download, instead of relying on just downloads.sourceforge.net
This commit is contained in:
parent
64fb9bb0e2
commit
1894880b31
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
name = "fuseiso-20070708";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sourceforge.net/projects/fuseiso/files/fuseiso/20070708/fuseiso-20070708.tar.bz2";
|
||||
url = "mirror://sourceforge/project/fuseiso/fuseiso/20070708/fuseiso-20070708.tar.bz2";
|
||||
sha1 = "fe142556ad35dd7e5dc31a16183232a6e2da7692";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user