mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.omniorb: 4.3.3 -> 4.3.4 (#477326)
This commit is contained in:
commit
c375ac785c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@
|
|||
stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
pname = "omniorb";
|
||||
version = "4.3.3";
|
||||
version = "4.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${finalAttrs.version}/omniORB-${finalAttrs.version}.tar.bz2";
|
||||
hash = "sha256-rM0l4stwxOM+0iew2T6WaeOMRgGWN4h8dxOYhw7UXno=";
|
||||
hash = "sha256-eXINQV0jzY2pkoek702gqhvTTT5MexUwcVYArcXtPcM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue