3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #147752 from markuskowa/upd-rdma-core

rdma-core: 37.1 -> 38.0
This commit is contained in:
markuskowa 2021-11-28 20:38:35 +01:00 committed by GitHub
commit c849d93ccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];