Unverified Commit a76a2900 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

omniorb: 4.3.0 -> 4.3.1
parents c77c7b2a b1900ad6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];