redpanda-client: 25.1.5 -> 25.1.6

This commit is contained in:
R. Ryantm 2025-07-03 13:07:05 +00:00
parent 55c8c35e50
commit f9dfcb2695

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 {