Merge pull request #96139 from r-ryantm/auto-update/rdma-core
rdma-core: 30.0 -> 31.0
This commit is contained in:
commit
e8f676a379
|
@ -4,7 +4,7 @@
|
||||||
} :
|
} :
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "30.0";
|
version = "31.0";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "rdma-core";
|
pname = "rdma-core";
|
||||||
|
@ -14,7 +14,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "linux-rdma";
|
owner = "linux-rdma";
|
||||||
repo = "rdma-core";
|
repo = "rdma-core";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1czfh6s0qz2cv2k7ha7nr9qiwcrj5lvwqnvyrvsds463m8ndpg12";
|
sha256 = "0qr8a25ylmkwfgyj519zvl74q16bhf4895xjich2r98rl2yg0qdl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig pandoc docutils makeWrapper ];
|
nativeBuildInputs = [ cmake pkgconfig pandoc docutils makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue