ucx: 1.9.0 -> 1.10.0

This commit is contained in:
Markus Kowalewski 2021-05-05 22:17:00 +02:00
parent 68474bb1ff
commit 8253affdce
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -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 ];