about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/twitch-tui
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-06 21:23:10 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-06 21:23:10 +0000
commite25bd6ca099b84946d65b973925861ae65061bfc (patch)
treee85185ebad617acc2c116de9257046f5b077c0a9 /pkgs/applications/networking/instant-messengers/twitch-tui
parent4b68f2cde57decc57a539778b37d0dffd81af068 (diff)
twitch-tui: 2.4.0 -> 2.4.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/twitch-tui')
-rw-r--r--pkgs/applications/networking/instant-messengers/twitch-tui/default.nix6
1 files 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 87d68ac5aae62..030274f21e515 100644
--- a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
+++ b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "twitch-tui";
-  version = "2.4.0";
+  version = "2.4.1";
 
   src = fetchFromGitHub {
     owner = "Xithrius";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-giD26vFR+KRcPwNlZD23Km9AYS5iYUlBfhIiMpScIiE=";
+    hash = "sha256-+dKS9lp5M8vh0V4VGyWAozozdsyCPpCZR4CQK5s51Ds=";
   };
 
-  cargoHash = "sha256-wUw11toTHtm/opa8TBIcbPK/pjOZZCUieeIXCdn4oto=";
+  cargoHash = "sha256-CzrOsLUTfZ2uEIj/AHFmdfZniwlQ6fIkL2pbBHF8YkU=";
 
   nativeBuildInputs = [
     pkg-config