twitch-hls-client: 1.5.0 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-10-31 14:45:05 +00:00
parent 62978ff367
commit d54b927034

View File

@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "twitch-hls-client";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "2bc4";
repo = "twitch-hls-client";
rev = version;
hash = "sha256-B/gOqgn5g3L8Qs7a6vvjdHX4s+5KW2zg2z9mkzsdQqA=";
hash = "sha256-ARAIinaUDXD3hRsPNvWof/3s7vx/DTQCv65rXZ5UzmY=";
};
cargoHash = "sha256-5LEMYUwPu6ydmL0mZVgXHKGkjnamvhw9e6II/xEnr04=";
cargoHash = "sha256-Qm/J+pkfVDQdhls+AIeGudUYj4HYXYVHiEr6kZHJF20=";
meta = with lib; {
description = "Minimal CLI client for watching/recording Twitch streams";