redpanda-client: 25.1.5 -> 25.1.6 (#422087)

This commit is contained in:
Yt
2025-07-03 11:37:26 -04:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.1.5";
version = "25.1.6";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-K0MYcxz5EE9PAJZby3VcI3lpRaOfZDJoD6YwCbSw49I=";
sha256 = "sha256-Cl2coxcK2f53uJnC5CBkqJ/oAQ+jpvjo2vknKqx7FXQ=";
};
in
buildGoModule rec {