Merge pull request #85281 from r-ryantm/auto-update/rdma-core

rdma-core: 28.0 -> 29.0
This commit is contained in:
markuskowa 2020-04-15 13:27:20 +02:00 committed by GitHub
commit 4289160b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
} :
let
version = "28.0";
version = "29.0";
in stdenv.mkDerivation {
pname = "rdma-core";
@ -14,7 +14,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "0az2is6p5gkyphi2b978kwn7knry60y33kn6p7cxz49ca79a42cy";
sha256 = "03r7jbhw64siyrna9mz0qzppfzp8ilwi7iqdkxgyy33rndncqqnq";
};
nativeBuildInputs = [ cmake pkgconfig pandoc docutils makeWrapper ];