summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fuseiso
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-08-20 15:14:23 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-08-20 15:14:23 +0200
commitba0f9cfa490a867f675cca4515c998d242c255eb (patch)
tree7692b4d796be9a725b8acbd9edfa65e3d48cec4d /pkgs/tools/filesystems/fuseiso
parent217594fd1d0b4cc36c98c1605b73ccb50ce57bc8 (diff)
downloadnixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.tar
nixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.gz
nixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.bz2
nixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.lz
nixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.xz
nixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.zst
nixpkgs-ba0f9cfa490a867f675cca4515c998d242c255eb.zip
Revert "Merge pull request #16980 from phanimahesh/sf-use-mirrors"
This reverts commit 217594fd1d0b4cc36c98c1605b73ccb50ce57bc8, reversing
changes made to 8e8a89d8a8f9d801f9e17d48325d06f20743b364.

Turns out it wasn't ready afterall ...
Diffstat (limited to 'pkgs/tools/filesystems/fuseiso')
-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 c87e6a895c3..161425ad137 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 = "mirror://sourceforge/projects/fuseiso/files/fuseiso/20070708/fuseiso-20070708.tar.bz2";
+    url = "http://sourceforge.net/projects/fuseiso/files/fuseiso/20070708/fuseiso-20070708.tar.bz2";
     sha1 = "fe142556ad35dd7e5dc31a16183232a6e2da7692";  
   };