about summary refs log tree commit diff
path: root/pkgs/development/tools/omniorb
diff options
context:
space:
mode:
authorJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 19:07:28 +0530
committerJ Phani Mahesh <phanimahesh@gmail.com>2016-08-20 19:14:29 +0530
commitaa1ff9ef7db99f08b770cf137ad256282386012b (patch)
treecdec11884f6e23e76c048932ceba518737f14c7c /pkgs/development/tools/omniorb
parent6f1167b7bb373a2ad80b4a3185a5c6394c62c8a7 (diff)
omniorb: switch sf downloads to mirror://
This allows fallback to all configured mirrors for sourceforge
to download, instead of relying on just downloads.sourceforge.net
Diffstat (limited to 'pkgs/development/tools/omniorb')
-rw-r--r--pkgs/development/tools/omniorb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/omniorb/default.nix b/pkgs/development/tools/omniorb/default.nix
index 0fe4b191e5038..09955ca5d70d6 100644
--- a/pkgs/development/tools/omniorb/default.nix
+++ b/pkgs/development/tools/omniorb/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   version = "4.2.0";
 
   src = fetchurl rec {
-    url = "http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
+    url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
     sha256 = "1g58xcw4641wyisp9wscrkzaqrz0vf123dgy52qq2a3wk7y77hkl";
   };