summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2023-10-27 22:59:35 +0200
committerDee Anzorge <d.anzorge@gmail.com>2023-10-27 22:59:35 +0200
commite3fcbde55c7404b1c9904c3b897b206b5c2eec63 (patch)
tree722accf90f5813009c92163df2bbc600af0e1e94 /pkgs/applications/video/streamlink
parentafdff2bbc4fbd7d0d36c3d592bd0a613c95d4339 (diff)
streamlink: 6.2.1 -> 6.3.1
https://github.com/streamlink/streamlink/releases/tag/6.3.0
https://github.com/streamlink/streamlink/releases/tag/6.3.1

Upstream dropped versioningit requirement from sdist builds in 6.3.0
Diffstat (limited to 'pkgs/applications/video/streamlink')
-rw-r--r--pkgs/applications/video/streamlink/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix
index 07c9b4bb69d37..ba1f724cbf4f6 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.2.1";
+  version = "6.3.1";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI=";
+    hash = "sha256-k8Dfrl0Xie5zF/GhVdP/RKGajDyGblAwu49UekX1WEQ=";
   };
 
   nativeCheckInputs = with python3Packages; [
@@ -23,10 +23,6 @@ python3Packages.buildPythonApplication rec {
     pytest-trio
   ];
 
-  nativeBuildInputs = with python3Packages; [
-    versioningit
-  ];
-
   propagatedBuildInputs = (with python3Packages; [
     certifi
     isodate