We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1f689 commit fadf70fCopy full SHA for fadf70f
pkgs/tools/misc/topicctl/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "topicctl";
5
- version = "1.3.1";
+ version = "1.4.0";
6
7
src = fetchFromGitHub {
8
owner = "segmentio";
9
repo = "topicctl";
10
rev = "v${version}";
11
- sha256 = "sha256-hbsVk82iTZGVvypZHhUk/By0sSQxmZQBog2/3qKE94s=";
+ sha256 = "sha256-uuASiJXyYzQC+9TkoALKiygRrgoEeR2cFPDQeZ9pIQ4=";
12
};
13
14
- vendorSha256 = "sha256-i1ir/aT/jaK//rmH9k/eK4LIRh0OmEytc0mGO7IrpqI=";
+ vendorSha256 = "sha256-u5U6JnlkQOjzKjbwdKgJ2YAh8//x7H/F3PC/H60boZc=";
15
16
ldflags = [
17
"-X main.BuildVersion=${version}"
0 commit comments