rdma-core: 36.0 -> 37.0

This commit is contained in:
Markus Kowalewski 2021-10-04 22:28:20 +02:00
parent fa9913589a
commit 9b31a0eeb0
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

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