Merge pull request #140527 from markuskowa/upd-rdma-ucx

This commit is contained in:
Sandro
2021-10-05 10:30:57 +02:00
committed by GitHub
2 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ucx";
version = "1.11.1";
version = "1.11.2";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
sha256 = "07yyvb87i2f4w9rlvkracwzm133phwjw4zv9rs7xw6ql4pkrhrr3";
sha256 = "0a4rbgr3hn3h42krb7lasfidhqcavacbpp1pv66l4lvfc0gkwi2i";
};
nativeBuildInputs = [ autoreconfHook doxygen ];
+3 -5
View File
@@ -2,18 +2,16 @@
, pandoc, ethtool, iproute2, libnl, udev, python3, perl
} :
let
version = "36.0";
in stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "rdma-core";
inherit version;
version = "37.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "0x3mpwmhln6brwrwix9abdq1bs9zi4qnr3r64vwqk7l6f43mqd30";
sha256 = "0cz6dq34w0zxm1c6xk4pqascvvppa1b0m8jfnpncg5a68day8x65";
};
nativeBuildInputs = [ cmake pkg-config pandoc docutils ];