rdma-core: 51.0 -> 52.0

This commit is contained in:
Markus Kowalewski 2024-05-31 15:43:23 +02:00
parent 5ceeafa47d
commit a8bca7825c

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;