Merge pull request #281797 from DeeUnderscore/update/streamlink-6.5.1

streamlink: 6.5.0 -> 6.5.1
This commit is contained in:
Mario Rodas 2024-01-20 09:14:54 -05:00 committed by GitHub
commit dc992c386a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [