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

twitch-cli: 1.1.23 -> 1.1.24
This commit is contained in:
Nick Cao 2024-07-19 18:14:50 -04:00 committed by GitHub
commit 6f727cc034
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "twitch-cli";
version = "1.1.23";
version = "1.1.24";
src = fetchFromGitHub {
owner = "twitchdev";
repo = pname;
rev = "v${version}";
hash = "sha256-BAVnXxkUXCKYq5hCPRtZu33andYm2ic4Vbx9an0MwFw=";
hash = "sha256-kRyJl2SxppVGCO/6wrsb8cO+wpBT1nBsyI/JsPRYzMc=";
};
patches = [