streamlink: 6.7.2 -> 6.7.3

Changes: https://github.com/streamlink/streamlink/releases/tag/6.7.3
This commit is contained in:
Dee Anzorge 2024-04-16 00:41:57 +02:00
parent 2b80ce7707
commit 4a0e84cad6
1 changed files with 2 additions and 2 deletions

View File

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