From 76c9f27bfbe2c54c06f3ce17a869521a249d40fe Mon Sep 17 00:00:00 2001 From: Dee Anzorge Date: Sat, 23 Mar 2024 23:03:16 +0100 Subject: [PATCH] streamlink: 6.7.0 -> 6.7.2 Changes: * https://github.com/streamlink/streamlink/releases/tag/6.7.1 * https://github.com/streamlink/streamlink/releases/tag/6.7.2 --- 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 c71e712625c2..948f6ab037c4 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.7.0"; + version = "6.7.2"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-kjrDJ/QCccWxRLEQ0virAdm0TLxN5PmtO/Zs+4Nc1MM="; + hash = "sha256-enRwASn1wpwAYmDfU5djhDAJgcmv+dPVwut+kdPco1k="; }; patches = [