rdma-core: 50.0 -> 51.0

This commit is contained in:
R. Ryantm 2024-04-01 15:43:36 +00:00
parent f06c02ce7c
commit ce944edd26

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;