rdma-core: 56.0 -> 57.0

This commit is contained in:
Markus Kowalewski
2025-04-22 12:44:01 +02:00
parent 451483460b
commit c08f5fdceb
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rdma-core";
version = "56.0";
version = "57.0";
src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-nzd7BDP72o0TsSTrCGT6HOF7td+3ex4/c68GdjIA6Bc=";
hash = "sha256-vE0HKsNQNB+Nfxh7BNGadweZQC+e8HFbI89iJhSg40o=";
};
strictDeps = true;