Merge pull request #123675 from markuskowa/upd-rdma-staging

rdma-core: 34.0 -> 35.0
This commit is contained in:
Daniël de Kok 2021-05-23 08:32:25 +02:00 committed by GitHub
commit c8fa8cec50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
} :
let
version = "34.0";
version = "35.0";
in stdenv.mkDerivation {
pname = "rdma-core";
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "sha256-2HFtj595sDmWqAewIMwKMaiSDVVWKdQA9l0QsPcw8qA=";
sha256 = "0ra0m1s0029qgcq0li7md6pkri7pcc4iy3cd6jrrqs9c6n1clnnd";
};
nativeBuildInputs = [ cmake pkg-config pandoc docutils ];