Merge pull request #258936 from r-ryantm/auto-update/topicctl

topicctl: 1.10.1 -> 1.10.2
This commit is contained in:
Nick Cao 2023-10-04 09:58:39 -04:00 committed by GitHub
commit 9413b1efe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";