From 7dfb57cdfe818d8f6a72fe8b48313da8e557dc6f Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 13 Apr 2025 22:15:07 +0200 Subject: [PATCH] twitch-tui: 2.6.18 -> 2.6.19 Changelog: https://github.com/Xithrius/twitch-tui/releases/tag/v2.6.19 --- .../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 31aaf069e8e2..7e7438e873ee 100644 --- a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix +++ b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix @@ -12,17 +12,17 @@ rustPlatform.buildRustPackage rec { pname = "twitch-tui"; - version = "2.6.18"; + version = "2.6.19"; src = fetchFromGitHub { owner = "Xithrius"; repo = pname; tag = "v${version}"; - hash = "sha256-uo9QEwSRIJKjWza8dEQXDCMQ/ydKBk/BX2TaVhX+k1M="; + hash = "sha256-hA66YcxbQem9ymOu3tGA4biKUCoJ2jKnUSK+9+0P2Eg="; }; useFetchCargoVendor = true; - cargoHash = "sha256-H/MAbN7wCg74bNWt5xlNaukvGJLYyzuynYtIqxBOcbo="; + cargoHash = "sha256-DMUE3sTJEz2AxUctnjm0CkvOqMeAw5urLPZkkHvf9A8="; nativeBuildInputs = [ pkg-config