about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-23 13:01:15 -0400
committerGitHub <noreply@github.com>2024-03-23 13:01:15 -0400
commit9a486a935ff97f18cd1900ec521087588f77aefd (patch)
treea0f9533647573080efef54cb839e73946cf9bdcb
parenta3098ac3e9fab257e45a83fcfd09a8c824132d4d (diff)
parentaad621357e7a5963e79490ffde3b7e2df5cc3c55 (diff)
downloadnixlib-9a486a935ff97f18cd1900ec521087588f77aefd.tar
nixlib-9a486a935ff97f18cd1900ec521087588f77aefd.tar.gz
nixlib-9a486a935ff97f18cd1900ec521087588f77aefd.tar.bz2
nixlib-9a486a935ff97f18cd1900ec521087588f77aefd.tar.lz
nixlib-9a486a935ff97f18cd1900ec521087588f77aefd.tar.xz
nixlib-9a486a935ff97f18cd1900ec521087588f77aefd.tar.zst
nixlib-9a486a935ff97f18cd1900ec521087588f77aefd.zip
Merge pull request #298261 from r-ryantm/auto-update/twitch-tui
twitch-tui: 2.6.5 -> 2.6.6
-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 982b41b27946..4b4ce6f1f9b3 100644
--- a/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
+++ b/pkgs/applications/networking/instant-messengers/twitch-tui/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "twitch-tui";
-  version = "2.6.5";
+  version = "2.6.6";
 
   src = fetchFromGitHub {
     owner = "Xithrius";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-eJw3C38+FdiMLE+x+akIo8c/VqsbWVbcGJj1Lb2vImE=";
+    hash = "sha256-71VpLTPOqSEosLt3noiWhsFPpIp7n3S3BHhIzWYGwkI=";
   };
 
-  cargoHash = "sha256-zhRrZr5RXKhjZCIjN3lRJ8BJlW/zxKJUzWtpOygX9oo=";
+  cargoHash = "sha256-2SWYKqZfIN+Ghryuoh77eDiM7cqJcLihdWpEhOGpLZg=";
 
   nativeBuildInputs = [
     pkg-config