topicctl: 1.16.1 -> 1.17.0

This commit is contained in:
R. Ryantm 2024-05-11 02:52:46 +00:00
parent 0c9055e823
commit 45f5ff5cdf

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "topicctl";
version = "1.16.1";
version = "1.17.0";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-Gx/ld651Se2mLlUG/CkHawfVBN2BsxV8w6vrnKFLHuE=";
sha256 = "sha256-S1i2Nv7FQzqCTTjkS5slEI0vdt3kXhVWdtaYyng1GsQ=";
};
vendorHash = "sha256-+mnnvdna1g6JE29weOJZmdO3jFp2a75dV9wK2XcWJ9s=";