topicctl: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2023-10-04 05:40:27 +00:00
parent c96a78b5a3
commit 71c5509083

View file

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