Merge pull request #183807 from r-ryantm/auto-update/rdma-core

rdma-core: 40.0 -> 41.0
This commit is contained in:
markuskowa 2022-07-31 13:17:36 +02:00 committed by GitHub
commit dfbab83a0c
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 = "40.0";
version = "41.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "0pcpbri50y5gzrmdqx90wngfd6cfas3m7zlfhz9lqr583fp08vfw";
sha256 = "sha256-D6pgWdJKA6ZL+atFChqSW7hI6/dYfDBRzvb6hu1wxPg=";
};
strictDeps = true;