about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2022-08-22 16:14:09 +0200
committerGitHub <noreply@github.com>2022-08-22 16:14:09 +0200
commit3a975d82046f98ca96c2c2caa6975e063d8cde05 (patch)
tree3feba93acd66e0cae581e9c2714aa3bca1d47815 /pkgs/applications/video
parent4aeb2893cfeff534b4010ee00766644898f45586 (diff)
parent6171fee72955096348d4cc09cc7513923ed49673 (diff)
Merge pull request #184057 from r-ryantm/auto-update/streamlink-twitch-gui-bin
streamlink-twitch-gui-bin: 2.0.0 -> 2.1.0
Diffstat (limited to 'pkgs/applications/video')
-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=";
   };