redpanda-client: 24.2.5 -> 24.2.6 (#347421)

This commit is contained in:
Yt 2024-10-09 07:01:56 -04:00 committed by GitHub
commit 236815e47e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
, stdenv
}:
let
version = "24.2.5";
version = "24.2.6";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-25ijVHEcj0AXLxC1rSbp3Xyv+SMQRRkRq+qgRJgSnAI=";
sha256 = "sha256-zGVd2jsjhVtNghiBE2BjO28A8+VLvslCBeUpD3vQjcw=";
};
in
buildGoModule rec {