streamlink: 8.3.0 -> 8.4.0

This commit is contained in:
R. Ryantm
2026-05-10 05:20:37 +00:00
parent a7667b585d
commit 72bc38b817
+2 -2
View File
@@ -11,12 +11,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "8.3.0";
version = "8.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bP/lW0LfOzwubdHAzEH8AUd6+8SWuoZ0D/pe7FwzPTQ=";
hash = "sha256-9HfpSTM2vLfDorEO6nKmCumn9J6WitoNTQG/946sRLs=";
};
patches = [