topicctl: 1.23.1 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-01-08 02:27:31 +00:00
parent a5d7ac11b6
commit 1ada60698c
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "topicctl";
version = "1.23.1";
version = "2.0.0";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-49byQWrv0yDPCAMcgltlDnmYZ5TWyTUIZy0K46CiTUs=";
sha256 = "sha256-48s15CF6prLoaZjJ77bXNM0Y8ZkFlDTEJUb+DtnbwZY=";
};
vendorHash = "sha256-ltvWWB0Y5arPV8o3bSYHcDf1ZSRRCrPriXklShj/fjo=";