mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
omniorb: switch sf downloads to mirror://
This commit is contained in:
parent
5983baa18a
commit
7503b0e569
@ -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/projects/omniorb/files/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
|
||||
sha256 = "1g58xcw4641wyisp9wscrkzaqrz0vf123dgy52qq2a3wk7y77hkl";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user