Skip to content

Commit

Permalink
Merge pull request #306998 from r-ryantm/auto-update/redpanda-client
Browse files Browse the repository at this point in the history
redpanda-client: 23.3.12 -> 23.3.13
  • Loading branch information
happysalada authored Apr 26, 2024
2 parents fe9ba12 + 00d2d6a commit 81409c7
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 = "23.3.12";
version = "23.3.13";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-gkJlqyPDsWaXcbOGB7m70YuHY44xLNymf9laK30yr1k=";
sha256 = "sha256-5JbC9FEF0h9nExrb4IGnc5lzStf7FyQ9imkz6ekRyJg=";
};
server = callPackage ./server.nix { inherit src version; };
in
Expand Down

0 comments on commit 81409c7

Please sign in to comment.