about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-23 02:40:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-23 02:40:00 +0000
commitaad621357e7a5963e79490ffde3b7e2df5cc3c55 (patch)
tree70e641a277f46c9a4cad18e84de4c985c4df6af8
parent53c8f2940d16701ac96fcf660f1f5b0ff15f2133 (diff)
downloadnixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.tar
nixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.tar.gz
nixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.tar.bz2
nixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.tar.lz
nixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.tar.xz
nixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.tar.zst
nixlib-aad621357e7a5963e79490ffde3b7e2df5cc3c55.zip
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