Merge pull request #265557 from r-ryantm/auto-update/omniorb

omniorb: 4.3.0 -> 4.3.1
This commit is contained in:
OTABI Tomoya 2023-11-10 18:05:25 +09:00 committed by GitHub
commit a76a2900db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "omniorb";
version = "4.3.0";
version = "4.3.1";
src = fetchurl {
url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
hash = "sha256-l2BFojQfTpqFBosh9L2SiZMpKTPu7O/qNy2wngIZ6t0=";
hash = "sha256-D0K8Prc3yuaA2vqFs645WOn1ajeRLF+2uHWTP4+3OQ0=";
};
nativeBuildInputs = [ pkg-config ];