redpanda-client: 24.2.3 -> 24.2.4 (#339704)

This commit is contained in:
Yt 2024-09-06 00:47:14 +00:00 committed by GitHub
commit b83c7d0d4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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