about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorDee Anzorge <d.anzorge@gmail.com>2024-01-18 05:23:19 +0100
committerDee Anzorge <d.anzorge@gmail.com>2024-01-18 05:23:19 +0100
commit68aa7b2d013a8daa9035a0b57c2d00c0fe696432 (patch)
tree05364cdef961ec08664e7a2e038ccdb7f8f582ce /pkgs/applications/video
parent9831d022bb4fb5da3f4bb63edba8951cbaad212e (diff)
streamlink: 6.5.0 -> 6.5.1
Changes: https://github.com/streamlink/streamlink/releases/tag/6.5.1
Diffstat (limited to 'pkgs/applications/video')
-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 83b734519d030..962604f791066 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.5.0";
+  version = "6.5.1";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-j01hWTvM4Q+NXoTKlWqsT6Y5wKNJ5983mDQ3Oog5Zu0=";
+    hash = "sha256-IH+0zpnDW/6xuPfHa5bPy0B2rWiBxh6upVPC7BPZfFc=";
   };
 
   nativeCheckInputs = with python3Packages; [