rdma-core: 23 -> 23.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
This commit is contained in:
R. RyanTM 2019-05-24 00:23:13 -07:00
parent 8abe5ee07e
commit 6ac02de3c3

View File

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