summary refs log tree commit diff
diff options
context:
space:
mode:
authorJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 19:01:55 +0530
committerJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 19:14:30 +0530
commit1894880b3158ced9cda4c12dedd768232340ffd2 (patch)
tree3db3908139de273de3cff75849570795e3a97d52
parent64fb9bb0e24b863aa0583900e1e88b466af06c95 (diff)
downloadnixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.tar
nixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.tar.gz
nixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.tar.bz2
nixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.tar.lz
nixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.tar.xz
nixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.tar.zst
nixpkgs-1894880b3158ced9cda4c12dedd768232340ffd2.zip
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
-rw-r--r--pkgs/tools/filesystems/fuseiso/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/fuseiso/default.nix b/pkgs/tools/filesystems/fuseiso/default.nix
index 161425ad137..7ea5d581a59 100644
--- a/pkgs/tools/filesystems/fuseiso/default.nix
+++ b/pkgs/tools/filesystems/fuseiso/default.nix
@@ -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";  
   };