about summary refs log tree commit diff
path: root/pkgs/tools/misc/topicctl
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-01-31 10:36:15 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-01-31 11:50:28 +1000
commit83a30bb85234564911a26057497c32f8688d3c56 (patch)
treedc0a59af6fb580dc8da6db7984b8a4a050fa49ef /pkgs/tools/misc/topicctl
parentd5bde89a4b552499d123060e805fa3e451d5262e (diff)
topicctl: update vendorSha256
Diffstat (limited to 'pkgs/tools/misc/topicctl')
-rw-r--r--pkgs/tools/misc/topicctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/topicctl/default.nix b/pkgs/tools/misc/topicctl/default.nix
index 0a51eda485707..ec42cf7136ea0 100644
--- a/pkgs/tools/misc/topicctl/default.nix
+++ b/pkgs/tools/misc/topicctl/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "sha256-bCTlKhYmMe89dYuLiZ58CPpYZiXSGqbddxugsZS5/Cs=";
   };
 
-  vendorSha256 = "sha256-1VRK8tmsbOuP5t5uJ1h+KPcS4K9D+y6UQKeUP2HPXrQ=";
+  vendorSha256 = "sha256-X6iVbljbHb9nBoXAZuy+vG8w7Alct+8BkabZlJeuUAM=";
 
   ldflags = [
     "-X main.BuildVersion=${version}"