Merge pull request #312798 from r-ryantm/auto-update/twitch-tui

twitch-tui: 2.6.8 -> 2.6.9

authored by Nick Cao and committed by GitHub 2666e8dc a2d05c02

+3 -3
+3 -3
pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "twitch-tui"; 14 - version = "2.6.8"; 14 + version = "2.6.9"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Xithrius"; 18 18 repo = pname; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-tak9CPqDVGTfQAjNLhPPvYgP4lUV5g1vPziWbRtqOA0="; 20 + hash = "sha256-c5wDneX7p3kOhARaDISHFdPpo4Bs1KbRdShp2cjI6wQ="; 21 21 }; 22 22 23 - cargoHash = "sha256-SNSFUhm2zFew/oYCoRQXTGEhwmvgM8GX5afPRoltmV0="; 23 + cargoHash = "sha256-4kz8s5cQDSPZEyHB7+A5q+PrvSr/jAyjfLw+uhThFxQ="; 24 24 25 25 nativeBuildInputs = [ 26 26 pkg-config