topicctl: 1.9.1 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-07-18 03:02:35 +00:00
parent d0299f7fa1
commit 6259ca2edd

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "topicctl";
version = "1.9.1";
version = "1.10.1";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-R6Dw6/pgXUmQrq8iD93h64VVEvB4TBEcGb2Rbg6kTp0=";
sha256 = "sha256-Ag8ZQT6ugLMDTZwY6A69B+WDpLWMtBBtpg8m1a09N4I=";
};
vendorHash = "sha256-UJ7U9CfQHKgK7wfb8zqLZ7na4OBBZBYiGayII3RTaiQ=";