Skip to content

Commit

Permalink
Merge pull request #321626 from r-ryantm/auto-update/redpanda-client
Browse files Browse the repository at this point in the history
redpanda-client: 24.1.7 -> 24.1.8
  • Loading branch information
happysalada authored Jun 23, 2024
2 parents cdaac4a + bedfd33 commit 4f688b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/redpanda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
, stdenv
}:
let
version = "24.1.7";
version = "24.1.8";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-+JCFbLWDhqHYYpeNPpcGXL8tNsi4jpGbAd8DGSIsc7A=";
sha256 = "sha256-Eemo1NhRa6CX+fgtNT22zoQqN8Vrrl8mkqhy4zmhJHo=";
};
server = callPackage ./server.nix { inherit src version; };
in
Expand Down

0 comments on commit 4f688b6

Please sign in to comment.