about summary refs log tree commit diff
path: root/pkgs/development/tools/omniorb
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/development/tools/omniorb
parent217594fd1d0b4cc36c98c1605b73ccb50ce57bc8 (diff)
downloadnixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.gz
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.bz2
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.lz
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.xz
nixlib-ba0f9cfa490a867f675cca4515c998d242c255eb.tar.zst
nixlib-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/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 cfe8810d6c1d..0fe4b191e503 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 = "mirror://sourceforge/projects/omniorb/files/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
+    url = "http://sourceforge.net/projects/omniorb/files/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
     sha256 = "1g58xcw4641wyisp9wscrkzaqrz0vf123dgy52qq2a3wk7y77hkl";
   };