From eab4cd92a85e46f6efd756ba319ea4f29e269165 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 4 Jan 2025 03:18:24 +0000 Subject: [PATCH] twitch-tui: 2.6.17 -> 2.6.18 --- .../networking/instant-messengers/twitch-tui/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix index 0e0572d1830f6..78056a158532d 100644 --- a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix +++ b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix @@ -12,16 +12,16 @@ rustPlatform.buildRustPackage rec { pname = "twitch-tui"; - version = "2.6.17"; + version = "2.6.18"; src = fetchFromGitHub { owner = "Xithrius"; repo = pname; tag = "v${version}"; - hash = "sha256-QwFCabksDG+G7nfQPtxshd4n71Dj/uKOGRRutnZxECM="; + hash = "sha256-uo9QEwSRIJKjWza8dEQXDCMQ/ydKBk/BX2TaVhX+k1M="; }; - cargoHash = "sha256-EEZZaTIDrVcygfXg7/cLOnrVeDfpP88Q16RQ+Bl7eUI="; + cargoHash = "sha256-QYT5Aqwl2m/+SZlw55Ep3dIfmESSNowN30JJ52mY/Lk="; nativeBuildInputs = [ pkg-config