omniorb: 4.2.2 -> 4.2.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/omniorb/versions
This commit is contained in:
parent
dd3eea4b47
commit
7dfd2015a1
@ -3,11 +3,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
name = "omniorb-${version}";
|
name = "omniorb-${version}";
|
||||||
|
|
||||||
version = "4.2.2";
|
version = "4.2.3";
|
||||||
|
|
||||||
src = fetchurl rec {
|
src = fetchurl rec {
|
||||||
url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
|
url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
|
||||||
sha256 = "1klf6ivhsisdnqxcbf161jxva0xzmfgmwypnxfzf4jq16770knfx";
|
sha256 = "1jlb0wps6311dmhnphn64gv46z0bl8grch4fd9dcx5dlib02lh96";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python2 ];
|
buildInputs = [ python2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user