rdma-core: 55.0 -> 56.0

This commit is contained in:
R. Ryantm
2025-02-06 13:57:26 +00:00
parent f56aaaac0c
commit 08a53c3dbb
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rdma-core";
version = "55.0";
version = "56.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-ZXs0yxwL00Kyp8b516sKslm4yvyQEm/UMtag2a2X+5c=";
hash = "sha256-nzd7BDP72o0TsSTrCGT6HOF7td+3ex4/c68GdjIA6Bc=";
};
strictDeps = true;