Skip to content

Commit

Permalink
Merge pull request #283281 from r-ryantm/auto-update/rdma-core
Browse files Browse the repository at this point in the history
rdma-core: 49.0 -> 49.1
  • Loading branch information
markuskowa authored Jan 23, 2024
2 parents 96d1602 + bb404b0 commit 3624e2d
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 = "49.0";
version = "49.1";

src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-4095U7fLIvixUY3K6l0iFJh7oWwwKAX/WcD3ziqdsLg=";
hash = "sha256-fAEHugGRlrn0rRazyeC649H4vc0V3dqTTSDAo1HY22A=";
};

strictDeps = true;
Expand Down

0 comments on commit 3624e2d

Please sign in to comment.