redpanda-client: 24.2.11 -> 24.2.13 (#364481)

This commit is contained in:
Nick Cao 2024-12-12 09:28:24 -05:00 committed by GitHub
commit b8e21ad411
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
stdenv,
}:
let
version = "24.2.11";
version = "24.2.13";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-tbo7S6Vo3Uwepme/Sfbfng7DlWWryTDvg8ZMbuvJ4h0=";
sha256 = "sha256-kRiOzu9dQjUot7tZfZ3Qm69NrlFAlty0Ix0N9+/5k+A=";
};
in
buildGoModule rec {