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

rdma-core: 51.0 -> 52.0
This commit is contained in:
Pol Dellaiera 2024-06-02 21:49:14 +02:00 committed by GitHub
commit 3b70d65c09
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 = "51.0";
version = "52.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-G5Z2BbmF5fzOg/32BBgGpC6yroDFOnZWtA/+5QatQ1M=";
hash = "sha256-M4nmnfeEIxsaFO1DJV9jKD/NnkaLHVNXtfTPf2pTDs4=";
};
strictDeps = true;