topicctl: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm 2022-07-31 03:39:17 +00:00
parent 6d1f689374
commit fadf70f2dc

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "topicctl";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "segmentio";
repo = "topicctl";
rev = "v${version}";
sha256 = "sha256-hbsVk82iTZGVvypZHhUk/By0sSQxmZQBog2/3qKE94s=";
sha256 = "sha256-uuASiJXyYzQC+9TkoALKiygRrgoEeR2cFPDQeZ9pIQ4=";
};
vendorSha256 = "sha256-i1ir/aT/jaK//rmH9k/eK4LIRh0OmEytc0mGO7IrpqI=";
vendorSha256 = "sha256-u5U6JnlkQOjzKjbwdKgJ2YAh8//x7H/F3PC/H60boZc=";
ldflags = [
"-X main.BuildVersion=${version}"