streamlink: 8.2.1 -> 8.3.0

(cherry picked from commit b23bfc0347)
This commit is contained in:
R. Ryantm
2026-04-14 12:24:51 +00:00
committed by Dee Anzorge
parent 91a8535b36
commit a94a0df2bf

View File

@@ -11,12 +11,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "8.2.1";
version = "8.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-r6Jlgsq/ND9Jcz154ryaW76QrsfbskbsX5d5ZJnGN+4=";
hash = "sha256-bP/lW0LfOzwubdHAzEH8AUd6+8SWuoZ0D/pe7FwzPTQ=";
};
patches = [