twitch-hls-client: 1.4.1 -> 1.4.3 (#416902)

authored by Weijia Wang and committed by GitHub 51147e94 7347ed48

+3 -3
+3 -3
pkgs/by-name/tw/twitch-hls-client/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "twitch-hls-client"; 9 - version = "1.4.1"; 10 11 src = fetchFromGitHub { 12 owner = "2bc4"; 13 repo = "twitch-hls-client"; 14 rev = version; 15 - hash = "sha256-m6ci7jKmWGsvJZt9CxfU0OCk5GA7I87c5HHdPP+4O94="; 16 }; 17 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-4/a94VFlOvw3TR+LYkq3qghhUudt0S9HF85fy4mYbQM="; 20 21 meta = with lib; { 22 description = "Minimal CLI client for watching/recording Twitch streams";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "twitch-hls-client"; 9 + version = "1.4.3"; 10 11 src = fetchFromGitHub { 12 owner = "2bc4"; 13 repo = "twitch-hls-client"; 14 rev = version; 15 + hash = "sha256-UOXz1Gbo1alBnnwOWKlP5ZtaaTYr+Bqxe/+Y5A5B4Eg="; 16 }; 17 18 useFetchCargoVendor = true; 19 + cargoHash = "sha256-0bcnObIBsjgzmIrKaypb/iXnloHCRXpJtVXXl2Agk94="; 20 21 meta = with lib; { 22 description = "Minimal CLI client for watching/recording Twitch streams";