topicctl: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2024-02-26 23:15:50 +00:00
parent 5e3b611a30
commit 982a5111de

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "topicctl";
version = "1.14.0";
version = "1.14.1";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-Vmx+6UXNWCnVmLskk1J4Pug3+99cdk4WXjA2zO4agvU=";
sha256 = "sha256-Eft1grHJKSfr6ePJa7vdq6ckAP38ASXOTwJSvW0Ptp4=";
};
vendorHash = "sha256-+mnnvdna1g6JE29weOJZmdO3jFp2a75dV9wK2XcWJ9s=";