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 committed Feb 7, 2025
1 parent e8a896e commit d1db8a7
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 d1db8a7

Please sign in to comment.