Skip to content

Commit

Permalink
Merge pull request #300744 from r-ryantm/auto-update/rdma-core
Browse files Browse the repository at this point in the history
rdma-core: 50.0 -> 51.0
  • Loading branch information
markuskowa authored Apr 2, 2024
2 parents f73602a + ce944ed commit b827e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/rdma-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "rdma-core";
version = "50.0";
version = "51.0";

src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-PJlbY7QR9b2eVaALpuq/67kRTc91HEhs9Wl7WXtSLmA=";
hash = "sha256-G5Z2BbmF5fzOg/32BBgGpC6yroDFOnZWtA/+5QatQ1M=";
};

strictDeps = true;
Expand Down

0 comments on commit b827e50

Please sign in to comment.