Merge pull request #271053 from DeeUnderscore/update/streamlink-6.4.2

streamlink: 6.4.1 -> 6.4.2
This commit is contained in:
Mario Rodas 2023-11-30 02:32:16 -05:00 committed by GitHub
commit 2c69a23d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.4.1";
version = "6.4.2";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-jj2ssAkzS60gbcm1Ddw3aNakifx4JKxCu0vHDQqSbqw=";
hash = "sha256-tftxn0JRppLIh4ih1G4s0PoiMZYMUrKBy4IQhxxyLnY=";
};
nativeCheckInputs = with python3Packages; [