Merge pull request #245298 from r-ryantm/auto-update/twitch-cli

This commit is contained in:
Janik 2023-07-25 08:52:31 +02:00 committed by GitHub
commit fb41aab788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [