From a51b013a10a86228686be70c43fea44e813ae227 Mon Sep 17 00:00:00 2001 From: Dee Anzorge Date: Fri, 16 Aug 2024 17:04:48 +0200 Subject: [PATCH] streamlink: 6.8.3 -> 6.9.0 Changes: https://github.com/streamlink/streamlink/releases/tag/6.9.0 --- pkgs/applications/video/streamlink/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/video/streamlink/default.nix b/pkgs/applications/video/streamlink/default.nix index 209023bb14ce..f7b4af74fd92 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.8.3"; + version = "6.9.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-4/UaVnwIcDCS+R0El6P8Ku/jJ+/Ncl0D5m89zRHtm2g="; + hash = "sha256-LKmwsXuAvJ0JqEIsOQyzjYGa9VZkk5YL8hDY/uIhwX8="; }; patches = [