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-05 02:03:29 +0200
committerDee Anzorge <d.anzorge@gmail.com>2023-10-05 02:03:29 +0200
commitd2fe7df3c1cc4ba78880b6ce95a4425eed1641f3 (patch)
tree430421e0fcfa3a30d8910cf466bac02ab5c40233 /pkgs/applications/video/streamlink
parent9f20229c6cf12577bb428fb025b06138f0808384 (diff)
streamlink: 6.2.0 -> 6.2.1
https://github.com/streamlink/streamlink/releases/tag/6.2.1
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 3fe81cb14c6da..07c9b4bb69d37 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.0";
+  version = "6.2.1";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-rq4beEhEb5CZjGIyTnEHyPQfjAgmbbxBm4HhzBs1VZo=";
+    hash = "sha256-64Jmkva7L0oaik1UcCTQlUricL2us+O5CEc6pVsgnRI=";
   };
 
   nativeCheckInputs = with python3Packages; [