about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-06-28 01:04:55 +0800
committerGitHub <noreply@github.com>2024-06-28 01:04:55 +0800
commitfabe7e156e94cbb20da783989ca683a4c8d48205 (patch)
treeeef7f2934d24708b22718b8c424d9d456bf194f0 /pkgs/applications
parenteafafe768973217c9f27ae74fe7ad5390e8e6d4d (diff)
parent8696c6243a2274a67b8d9db8b7bcf134d035c523 (diff)
Merge pull request #321342 from DeeUnderscore/update/streamlink-6.8.1
streamlink: 6.7.4 -> 6.8.1
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