summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2023-09-14 22:52:50 +0200
committerDee Anzorge <d.anzorge@gmail.com>2023-09-14 22:52:50 +0200
commit7450048ad248622931865a4fee1f8c196b1a146d (patch)
tree88194a172f4f5c504cd1a586793a05a92ee40ad9 /pkgs/applications/video/streamlink
parente5d8baafcdfb307c6438bf28f2fd7495fea9833d (diff)
streamlink: 6.1.0 -> 6.2.0
https://github.com/streamlink/streamlink/releases/tag/6.2.0
Diffstat (limited to 'pkgs/applications/video/streamlink')
-rw-r--r--pkgs/applications/video/streamlink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index 896476c0580df..3fe81cb14c6da 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -6,12 +6,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "streamlink";
-  version = "6.1.0";
+  version = "6.2.0";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-FwsgJ9TYBzCHxYlBwxrsOEy/mQH8tAH4JOkZrjh8Q4U=";
+    hash = "sha256-rq4beEhEb5CZjGIyTnEHyPQfjAgmbbxBm4HhzBs1VZo=";
   };
 
   nativeCheckInputs = with python3Packages; [