Merge pull request #121833 from markuskowa/upd-ucx

ucx: 1.9.0 -> 1.10.0
This commit is contained in:
Robin Gloster 2021-05-05 17:37:03 -05:00 committed by GitHub
commit d0e41f05e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,15 @@
, numactl, rdma-core, libbfd, libiberty, perl, zlib
}:
let
version = "1.9.0";
in stdenv.mkDerivation {
name = "ucx-${version}";
stdenv.mkDerivation rec {
pname = "ucx";
version = "1.10.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
sha256 = "0i0ji5ivzxjqh3ys1m517ghw3am7cw1hvf40ma7hsq3wznsyx5s1";
sha256 = "1j2gfw4anixb5ajgiyn7bcca8pgjvsaf0y0b2xz88s9hdx0h6gs9";
};
nativeBuildInputs = [ autoreconfHook doxygen ];