streamlink: 6.6.1 -> 6.6.2

This commit is contained in:
R. Ryantm 2024-02-21 03:04:34 +00:00
parent fd643e9c97
commit af15dfcb08

View File

@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.6.1";
version = "6.6.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-MfHiBgUHjTEUGfYVMOZ9R/7bWg8HOLt8/QQw2vGRA7E=";
hash = "sha256-0UF8fFmG3BQ7xxHIqZ97iEsQ0lg/RLHD2t6n3wp15NU=";
};
nativeCheckInputs = with python3Packages; [