redpanda-client: 25.2.4 -> 25.2.5

This commit is contained in:
R. Ryantm
2025-09-28 12:11:59 +00:00
parent e9f00bd893
commit 2958b32529
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.2.4";
version = "25.2.5";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-atT2e5vzOKYBD3IHmgpq12ew4mxXWEmKQiwgIwW0+j4=";
sha256 = "sha256-hSL2IsequX/gsBnk7C0JkDDPjreoPhmsNgpR+x6hFUE=";
};
in
buildGoModule rec {