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

rdma-core: 22.1 -> 23
This commit is contained in:
markuskowa 2019-04-03 10:21:05 +02:00 committed by GitHub
commit 483fe6a15c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
} :
let
version = "22.1";
version = "23";
in stdenv.mkDerivation {
name = "rdma-core-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "04772rsn5a0gr4yss63fk35zfl05hz2l27q9yva922i8qq38f90a";
sha256 = "1n0v075ndczwrc87b70vxhx42nv1p953cqycmgnz334790zg002g";
};
nativeBuildInputs = [ cmake pkgconfig pandoc ];