Skip to content

Commit

Permalink
rdma-core: 50.0 -> 51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 1, 2024
1 parent f06c02c commit ce944ed
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 ce944ed

Please sign in to comment.