about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2024-06-20 22:51:33 +0200
committerDee Anzorge <d.anzorge@gmail.com>2024-06-20 22:51:33 +0200
commit8696c6243a2274a67b8d9db8b7bcf134d035c523 (patch)
treec4e1ebae32de0ef1c5d91309f27abf9c84cfe348 /pkgs/applications
parent3d37622cffe5ee2f30a624087830374af8fe33f8 (diff)
streamlink: 6.7.4 -> 6.8.1
changes:
* https://github.com/streamlink/streamlink/releases/tag/6.8.0
* https://github.com/streamlink/streamlink/releases/tag/6.8.1

Also drop the exceptiongroup dependency, as it is not needed for
Python>=3.11.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/streamlink/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index e5f0cac20b523..65b8406e8ee36 100644
--- a/pkgs/applications/video/streamlink/default.nix
+++ b/pkgs/applications/video/streamlink/default.nix
@@ -7,12 +7,12 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "streamlink";
-  version = "6.7.4";
+  version = "6.8.1";
   pyproject = true;
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-kzdTerEZ/ndSSl1mWq7Ou/sG4suN8o0SYNkodkJXUc4=";
+    hash = "sha256-TEN++sKCtN8CZRnyBp4niRFlb+LPSNcyMCu9Rm+GOZ0=";
   };
 
   patches = [
@@ -42,7 +42,6 @@ python3Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = with python3Packages; [
     certifi
-    exceptiongroup
     isodate
     lxml
     pycountry