redpanda-client: 25.1.6 -> 25.1.7

This commit is contained in:
R. Ryantm 2025-07-13 05:59:56 +00:00
parent 9805973355
commit cfad37c459

View File

@ -7,12 +7,12 @@
stdenv,
}:
let
version = "25.1.6";
version = "25.1.7";
src = fetchFromGitHub {
owner = "redpanda-data";
repo = "redpanda";
rev = "v${version}";
sha256 = "sha256-Cl2coxcK2f53uJnC5CBkqJ/oAQ+jpvjo2vknKqx7FXQ=";
sha256 = "sha256-GRWLEzf0YfSk96oDCuthMNmu0C1KJCk10Uz7eApS4mk=";
};
in
buildGoModule rec {