Merge pull request #121833 from markuskowa/upd-ucx
ucx: 1.9.0 -> 1.10.0
This commit is contained in:
commit
d0e41f05e2
1 changed files with 4 additions and 6 deletions
|
@ -2,17 +2,15 @@
|
||||||
, numactl, rdma-core, libbfd, libiberty, perl, zlib
|
, numactl, rdma-core, libbfd, libiberty, perl, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
version = "1.9.0";
|
pname = "ucx";
|
||||||
|
version = "1.10.0";
|
||||||
in stdenv.mkDerivation {
|
|
||||||
name = "ucx-${version}";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openucx";
|
owner = "openucx";
|
||||||
repo = "ucx";
|
repo = "ucx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0i0ji5ivzxjqh3ys1m517ghw3am7cw1hvf40ma7hsq3wznsyx5s1";
|
sha256 = "1j2gfw4anixb5ajgiyn7bcca8pgjvsaf0y0b2xz88s9hdx0h6gs9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook doxygen ];
|
nativeBuildInputs = [ autoreconfHook doxygen ];
|
||||||
|
|
Loading…
Reference in a new issue