Merge pull request #306998 from r-ryantm/auto-update/redpanda-client

redpanda-client: 23.3.12 -> 23.3.13
This commit is contained in:
Yt 2024-04-26 19:43:12 +00:00 committed by GitHub
commit 81409c711e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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