about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/ttchat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/ttchat/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/misc/ttchat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixpkgs/pkgs/tools/misc/ttchat/default.nix b/nixpkgs/pkgs/tools/misc/ttchat/default.nix
index c88f4098b768..c01a10435528 100644
--- a/nixpkgs/pkgs/tools/misc/ttchat/default.nix
+++ b/nixpkgs/pkgs/tools/misc/ttchat/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "ttchat";
-  version = "0.1.6";
+  version = "0.1.7";
 
   src = fetchFromGitHub {
     owner = "atye";
     repo = "ttchat";
     rev = "v${version}";
-    sha256 = "sha256-Km8aBThs2h8vVpQQaN/OuDeQcrewhP0hMMRuU8/1Ilk=";
+    sha256 = "sha256-+fPARVS1ILxrigHpvb+iNqz7Xw7+c/LmHJEeRxhCbhQ=";
   };
 
-  vendorSha256 = "sha256-pJAwx7RmD2sSHsz1DxtsU7bjC/b0JujlrFeGL6zmTiI=";
+  vendorSha256 = "sha256-XWCjnHg0P7FCuiMjCV6ijy60h0u776GyiIC/k/KMW38=";
 
   meta = with lib; {
     description = "Connect to a Twitch channel's chat from your terminal";