redpanda-client: 25.2.4 -> 25.2.5 (#446902)

This commit is contained in:
Yt
2025-09-28 14:42:27 +00:00
committed by GitHub
+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 {