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

topicctl: 1.16.0 -> 1.16.1
This commit is contained in:
Sarah Brofeldt 2024-04-16 08:19:49 +02:00 committed by GitHub
commit ef13e3abd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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