Merge pull request #52831 from r-ryantm/auto-update/omniorb
omniorb: 4.2.2 -> 4.2.3
This commit is contained in:
commit
240d80c490
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
name = "omniorb-${version}";
|
||||
|
||||
version = "4.2.2";
|
||||
version = "4.2.3";
|
||||
|
||||
src = fetchurl rec {
|
||||
url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
|
||||
sha256 = "1klf6ivhsisdnqxcbf161jxva0xzmfgmwypnxfzf4jq16770knfx";
|
||||
sha256 = "1jlb0wps6311dmhnphn64gv46z0bl8grch4fd9dcx5dlib02lh96";
|
||||
};
|
||||
|
||||
buildInputs = [ python2 ];
|
||||
|
|
Loading…
Reference in a new issue