redpanda-client: 25.3.8 -> 25.3.10 (#497175)

This commit is contained in:
Nick Cao
2026-03-06 19:22:28 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.3.8";
version = "25.3.10";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-u2V820cjduk6V99Kpsr8YADee07ivos8XIK1ZRXCrN4=";
sha256 = "sha256-cfT+hh5h/tR6bSJBhE01GcJaQLJa3KFsJLn24bVrr48=";
};
in
buildGoModule rec {