kafkactl: 4.0.0 -> 5.0.6

This commit is contained in:
R. Ryantm 2024-03-16 19:30:05 +00:00
parent 9d77cc0d53
commit 163bd2b499

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "kafkactl";
version = "4.0.0";
version = "5.0.6";
src = fetchFromGitHub {
owner = "deviceinsight";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GtveC2W9y/mBuiZjpxCXjCE6WO0ub4wX85Is6MUTvlw=";
hash = "sha256-pAi60t0mtRlAL+z6s5moWwxw0hC6CeiljjjFyzyN+nI=";
};
vendorHash = "sha256-B7kP1ksH7t/1PQrI8mSgIEGdH02RhgN4A1z4S0UJG/g=";
vendorHash = "sha256-7ibev9Po8is+PXH0BC8ZLiTMJsPMR6VUwjNA/c1y/g0=";
doCheck = false;