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

rdma-core: 50.0 -> 51.0
This commit is contained in:
Markus Kowalewski 2024-04-02 22:09:47 +00:00 committed by GitHub
commit b827e50afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rdma-core";
version = "50.0";
version = "51.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-PJlbY7QR9b2eVaALpuq/67kRTc91HEhs9Wl7WXtSLmA=";
hash = "sha256-G5Z2BbmF5fzOg/32BBgGpC6yroDFOnZWtA/+5QatQ1M=";
};
strictDeps = true;