rdma-core: 33.1 -> 34.0
This commit is contained in:
parent
d70c7d2388
commit
aa84c57e7f
@ -4,7 +4,7 @@
|
|||||||
} :
|
} :
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "33.1";
|
version = "34.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 = "1p97r8ngfx1d9aq8p3f027323m7kgmk30kfrikf3jlkpr30rksbv";
|
sha256 = "sha256-2HFtj595sDmWqAewIMwKMaiSDVVWKdQA9l0QsPcw8qA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config pandoc docutils makeWrapper ];
|
nativeBuildInputs = [ cmake pkg-config pandoc docutils makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user