Skip to content

Commit

Permalink
rdma-core: 52.0 -> 52.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Oct 11, 2024
1 parent c505ebf commit b6ced63
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 = "52.0";
version = "52.1";

src = fetchFromGitHub {
owner = "linux-rdma";
repo = "rdma-core";
rev = "v${finalAttrs.version}";
hash = "sha256-M4nmnfeEIxsaFO1DJV9jKD/NnkaLHVNXtfTPf2pTDs4=";
hash = "sha256-4WEBtgX/JyZaX5EiVqiGvAiB44e1RQafEXJobg9LkZ0=";
};

strictDeps = true;
Expand Down

0 comments on commit b6ced63

Please sign in to comment.