Skip to content

Commit

Permalink
Bump to rdma-core v56.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
daniel-noland authored and qmonnet committed Feb 13, 2025
1 parent e95edd8 commit 139a14c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 139a14c

Please sign in to comment.