Merge pull request #328367 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
@@ -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 = [