redpanda-client: 25.3.6 -> 25.3.7 (#488066)

This commit is contained in:
Yt
2026-02-07 22:07:53 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.3.6";
version = "25.3.7";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-4SVd01dbgpjhdhZhQUIGta7OBjSzQNmo5teLQ+w804s=";
sha256 = "sha256-AHAxkIXDbND/IjVHqQAAM/ZzzypV0RF+JAtFLq81Cmg=";
};
in
buildGoModule rec {