twitch-cli: 1.1.19 -> 1.1.20

This commit is contained in:
R. Ryantm 2023-07-25 04:01:52 +00:00
parent cddf429ed8
commit cac50294ee

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "twitch-cli";
version = "1.1.19";
version = "1.1.20";
src = fetchFromGitHub {
owner = "twitchdev";
repo = pname;
rev = "v${version}";
hash = "sha256-osR7+oQ0QBIk/OrMb4Txhb31zELi+eoM47GsWgF/PAg=";
hash = "sha256-hIyZwXDI3lJQOK27RaABf7cnj7jOxKdLUdZB5fp+7kY=";
};
patches = [