rdma-core: 37.1 -> 38.0

This commit is contained in:
Markus Kowalewski 2021-11-28 20:09:52 +01:00
parent d6312c26b6
commit 37af67a84a
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "rdma-core";
version = "37.1";
version = "38.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "19s59id4m0zkkm4hqa36f2xnah4rs4z207kxzn4zdg2x1d06j9jg";
sha256 = "1z9yrkqdknzidg4g1g5rqrs7i0325nmzzw0nf2ki1nzlfwqxy9qv";
};
nativeBuildInputs = [ cmake pkg-config pandoc docutils ];