ttchat: 0.1.6 -> 0.1.7

This commit is contained in:
R. Ryantm 2022-08-29 01:42:22 +00:00
parent cef50cde2b
commit 27de2973bd

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ttchat"; pname = "ttchat";
version = "0.1.6"; version = "0.1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "atye"; owner = "atye";
repo = "ttchat"; repo = "ttchat";
rev = "v${version}"; 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; { meta = with lib; {
description = "Connect to a Twitch channel's chat from your terminal"; description = "Connect to a Twitch channel's chat from your terminal";