rdma-core: 23.1 -> 24.0

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-06-02 19:01:01 -07:00
parent 97aba37876
commit f6e96c3be4

View file

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