twitch-cli: 1.1.21 -> 1.1.22

This commit is contained in:
R. Ryantm 2023-12-24 17:33:29 +00:00
parent 42e8265222
commit ce94dee428

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "twitch-cli";
version = "1.1.21";
version = "1.1.22";
src = fetchFromGitHub {
owner = "twitchdev";
repo = pname;
rev = "v${version}";
hash = "sha256-LJWZi83AynmmGBajtk8CLmQ6Vd1IqLKNaiZMLZCLly0=";
hash = "sha256-9tbU9gR8UHg98UKZ9ganapAz1bar18xb7ISvKoeuwe4=";
};
patches = [