Merge pull request #304384 from DeeUnderscore/update/streamlink-6.7.3

streamlink: 6.7.2 -> 6.7.3
This commit is contained in:
Mario Rodas 2024-04-16 06:13:23 -05:00 committed by GitHub
commit eb58c64597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "streamlink"; pname = "streamlink";
version = "6.7.2"; version = "6.7.3";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-enRwASn1wpwAYmDfU5djhDAJgcmv+dPVwut+kdPco1k="; hash = "sha256-Da+J+NOXW+n55LvaPQw6XiRhJJQ4Pc4Z1p21qMym/Xw=";
}; };
patches = [ patches = [