topicctl: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm
2024-02-29 19:02:53 +00:00
parent 44c70a3707
commit 73ad070b45
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "topicctl";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-Eft1grHJKSfr6ePJa7vdq6ckAP38ASXOTwJSvW0Ptp4=";
sha256 = "sha256-VOy6IoXw3MCa5hNQ/BmuGKwjbNRvDC+xwIcLXep8rRI=";
};
vendorHash = "sha256-+mnnvdna1g6JE29weOJZmdO3jFp2a75dV9wK2XcWJ9s=";