redpanda-client: 24.2.5 -> 24.2.6

This commit is contained in:
R. Ryantm 2024-10-09 05:39:15 +00:00
parent 8ff900b1bf
commit dcb2271b8b

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 {