rdma-core: 20 -> 20.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 2018-10-23 13:22:37 -07:00
parent 86c7662be0
commit b70b835041

View File

@ -3,7 +3,7 @@
} :
let
version = "20";
version = "20.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 = "1zz9r1zq9ql806sbyi7nrslx1d96hgd9zvdlzbv4j31m6kfmsyri";
sha256 = "1j6d3n4wzl04m0k4nxbmahfwc094185d5jyijgvg3z5hwwb8lkwv";
};
nativeBuildInputs = [ cmake pkgconfig pandoc ];