Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 67303ddff6b4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 171eb4ff5f12
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 10, 2020

  1. omniorb: 4.2.3 -> 4.2.4

    r-ryantm committed Apr 10, 2020
    Copy the full SHA
    26468be View commit details
  2. Merge pull request #84886 from r-ryantm/auto-update/omniorb

    omniorb: 4.2.3 -> 4.2.4
    bhipple authored Apr 10, 2020
    Copy the full SHA
    171eb4f View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/omniorb/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/omniorb/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@ stdenv.mkDerivation rec {

pname = "omniorb";

version = "4.2.3";
version = "4.2.4";

src = fetchurl {
url = "mirror://sourceforge/project/omniorb/omniORB/omniORB-${version}/omniORB-${version}.tar.bz2";
sha256 = "1jlb0wps6311dmhnphn64gv46z0bl8grch4fd9dcx5dlib02lh96";
sha256 = "0vvsvi5nx4k7kk4qh1pkf3f5fpz7wv4rsdna4hayihbnvz81rh18";
};

buildInputs = [ python2 ];