kafkactl: 5.9.0 -> 5.10.1

This commit is contained in:
R. Ryantm 2025-07-05 09:35:18 +00:00
parent 49ccac58a3
commit a93a867f7e

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "kafkactl";
version = "5.9.0";
version = "5.10.1";
src = fetchFromGitHub {
owner = "deviceinsight";
repo = "kafkactl";
tag = "v${version}";
hash = "sha256-yoNZD6WiaGtZlJRQJeu6rIDCN2ozVXYTr71PAVpgWIE=";
hash = "sha256-DFtpzsydA5bPec7LPSJJngS12+ekwJ/Un04yTYOLZts=";
};
vendorHash = "sha256-eGTT3ETww+tR8nuhALy3fbQu3fmRLSLPIEGHHa6TVsE=";
vendorHash = "sha256-rxQxNf3FBAGudgrE2wxHw4mVHxTEpQpQ+DX/nEVpoJY=";
doCheck = false;