From d1db8a773150153147a0b7ccd10ec7afa7db4201 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Fri, 7 Feb 2025 14:07:29 -0700 Subject: [PATCH] Bump to rdma-core v56.0 RDMA core updated and nixpkgs has yet to pull it in. We want to know about any breakage or regression in rdma-core ASAP so pull it in for testing. Signed-off-by: Daniel Noland --- default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.nix b/default.nix index 5a49eac..09a4309 100644 --- a/default.nix +++ b/default.nix @@ -133,6 +133,13 @@ rec { tinysparql = null; util-linux = super.util-linux.override { systemdSupport = false; }; rdma-core = (fatLto (optimizedBuild super.rdma-core)).overrideAttrs (orig: { + version = "56.0"; + src = self.fetchFromGitHub { + owner = "linux-rdma"; + repo = "rdma-core"; + rev = "v56.0"; + hash = "sha256-nzd7BDP72o0TsSTrCGT6HOF7td+3ex4/c68GdjIA6Bc="; + }; outputs = [ "out" "dev"