topicctl: 1.7.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2023-04-20 20:16:42 +00:00
parent ec14e43941
commit c188116f4d

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "topicctl";
version = "1.7.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-eHFqczZtJWcZ4ZVOzpCUlVoCJ7wjyWNpFfiZ9MaJHOI=";
sha256 = "sha256-R6Dw6/pgXUmQrq8iD93h64VVEvB4TBEcGb2Rbg6kTp0=";
};
vendorSha256 = "sha256-50UDRf8S9Yl0zwGOrFLa5L1TmSKF4RQ/ju0tnFzs56M=";
vendorHash = "sha256-UJ7U9CfQHKgK7wfb8zqLZ7na4OBBZBYiGayII3RTaiQ=";
ldflags = [
"-X main.BuildVersion=${version}"