Skip to content

Commit

Permalink
Merge pull request #105377 from markuskowa/upd-ucx
Browse files Browse the repository at this point in the history
ucx: 1.8.1 -> 1.9.0
  • Loading branch information
markuskowa authored Nov 29, 2020
2 parents 8688a4b + d86ab0c commit 4971583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ucx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:

let
version = "1.8.1";
version = "1.9.0";

in stdenv.mkDerivation {
name = "ucx-${version}";
Expand All @@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
sha256 = "0yfnx4shgydkp447kipavjzgl6z58jan6l7znhdi8ry4zbgk568a";
sha256 = "0i0ji5ivzxjqh3ys1m517ghw3am7cw1hvf40ma7hsq3wznsyx5s1";
};

nativeBuildInputs = [ autoreconfHook doxygen ];
Expand Down

0 comments on commit 4971583

Please sign in to comment.