about summary refs log tree commit diff
path: root/pkgs/applications/video/streamlink
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2023-12-17 03:28:45 +0100
committerDee Anzorge <d.anzorge@gmail.com>2023-12-17 03:32:52 +0100
commit8d80e51b6ead790234283a1dacb3e1dfe11cfa5a (patch)
tree90231de2f5db1f8517f0f3fb2e856fdcc98cfcba /pkgs/applications/video/streamlink
parentc2ef451f5ad6bfb1d2deba31979827f48583ee75 (diff)
streamlink: 6.4.2 -> 6.5.0
Changelog: https://github.com/streamlink/streamlink/releases/tag/6.5.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 f6eef2ea9a246..83b734519d030 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.4.2";
+  version = "6.5.0";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-tftxn0JRppLIh4ih1G4s0PoiMZYMUrKBy4IQhxxyLnY=";
+    hash = "sha256-j01hWTvM4Q+NXoTKlWqsT6Y5wKNJ5983mDQ3Oog5Zu0=";
   };
 
   nativeCheckInputs = with python3Packages; [