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

rdma-core: 43.0 -> 44.0
This commit is contained in:
markuskowa 2023-01-13 13:32:53 +01:00 committed by GitHub
commit 77a4ea849f
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 = "43.0";
version = "44.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${version}";
sha256 = "sha256-tqlanUZpDYT3wgvD0hA1D5RrMdzPzOqoELzuXGhjnz8=";
sha256 = "sha256-oV//+mT/0fgAAFkqkYVEZEIvPJwET+Rrjkooz6nHQH8=";
};
strictDeps = true;