rdma-core: 36.0 -> 37.0
This commit is contained in:
parent
fa9913589a
commit
9b31a0eeb0
1 changed files with 3 additions and 5 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue