about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink-twitch-gui
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 01:36:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 01:36:27 +0000
commit6171fee72955096348d4cc09cc7513923ed49673 (patch)
tree37b85d3691683d7ad6199114ce6650528a8b5c05 /pkgs/applications/video/streamlink-twitch-gui
parent6d1f689374e40db874f08ce5903298d1c14b2724 (diff)
streamlink-twitch-gui-bin: 2.0.0 -> 2.1.0
Diffstat (limited to 'pkgs/applications/video/streamlink-twitch-gui')
-rw-r--r--pkgs/applications/video/streamlink-twitch-gui/bin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/streamlink-twitch-gui/bin.nix b/pkgs/applications/video/streamlink-twitch-gui/bin.nix
index 7459d08d59531..38b0301bbc92b 100644
--- a/pkgs/applications/video/streamlink-twitch-gui/bin.nix
+++ b/pkgs/applications/video/streamlink-twitch-gui/bin.nix
@@ -39,14 +39,14 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "${basename}-bin";
-  version = "2.0.0";
+  version = "2.1.0";
 
   src = fetchurl {
     url = "https://github.com/streamlink/${basename}/releases/download/v${version}/${basename}-v${version}-${arch}.tar.gz";
     hash =
       if arch == "linux64"
       then
-        "sha256-5AgQ+nvv/J493Zi+F+6QRT/DGg8JyusXsP5qVuXtiG4="
+        "sha256-kfCGhIgKMI0siDqnmIHSMk6RMHFlW6uwVsW48aiRua0="
       else
         "sha256-+jgTpIYb4BPM7Ixmo+YUeOX5OlQlMaRVEXf3WzS2lAI=";
   };