From e4133188ce6ad1ab1341ba5ffb6b54fead83b5a3 Mon Sep 17 00:00:00 2001 From: Dee Anzorge Date: Mon, 11 Mar 2024 22:52:51 +0100 Subject: [PATCH] streamlink: 6.6.2 -> 6.7.0 Changes: https://github.com/streamlink/streamlink/releases/tag/6.7.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 63e94fa600c6..2eda19313e1c 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.6.2"; + version = "6.7.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-0UF8fFmG3BQ7xxHIqZ97iEsQ0lg/RLHD2t6n3wp15NU="; + hash = "sha256-kjrDJ/QCccWxRLEQ0virAdm0TLxN5PmtO/Zs+4Nc1MM="; }; nativeCheckInputs = with python3Packages; [