redpanda-client: 24.2.2 -> 24.2.3 (#337857)

This commit is contained in:
Yt 2024-08-29 02:09:22 +00:00 committed by GitHub
commit a4ac0cd89b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
, stdenv , stdenv
}: }:
let let
version = "24.2.2"; version = "24.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "redpanda-data"; owner = "redpanda-data";
repo = "redpanda"; repo = "redpanda";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-hVgmAFut2jGgXGeMKLX12TlASLIpr6YozINKRbvfDSg="; sha256 = "sha256-X9RvMjmI6IMFsBvutXH8Bb8TTLRgaFGGXLxrIlmMEaU=";
}; };
in in
buildGoModule rec { buildGoModule rec {