redpanda-client: 25.2.5 -> 25.2.8

This commit is contained in:
R. Ryantm
2025-10-08 00:41:50 +00:00
parent 30ca6c368c
commit 1bd6c0cbf1
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.2.5";
version = "25.2.8";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-hSL2IsequX/gsBnk7C0JkDDPjreoPhmsNgpR+x6hFUE=";
sha256 = "sha256-WSE5PIv58yMlMlzGJmCWOg6XHbY7NEvQVtm07IWmR4k=";
};
in
buildGoModule rec {