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

twitch-tui: 2.4.1 -> 2.5.1

authored by Jonas Heinrich and committed by GitHub 2b601089 30ebda75

+3 -3
+3 -3
pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "twitch-tui"; 12 - version = "2.4.1"; 13 14 src = fetchFromGitHub { 15 owner = "Xithrius"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 - hash = "sha256-+dKS9lp5M8vh0V4VGyWAozozdsyCPpCZR4CQK5s51Ds="; 19 }; 20 21 - cargoHash = "sha256-CzrOsLUTfZ2uEIj/AHFmdfZniwlQ6fIkL2pbBHF8YkU="; 22 23 nativeBuildInputs = [ 24 pkg-config
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "twitch-tui"; 12 + version = "2.5.1"; 13 14 src = fetchFromGitHub { 15 owner = "Xithrius"; 16 repo = pname; 17 rev = "refs/tags/v${version}"; 18 + hash = "sha256-oqsLqmyLrvb8u9cj68OemUfunbP98/BZjmoGl1Mctrk="; 19 }; 20 21 + cargoHash = "sha256-DEHMF6sTH3BF8lqOV5G4F3+Tsafrhzr0YLqSgV3gq9I="; 22 23 nativeBuildInputs = [ 24 pkg-config