streamlink: 7.1.3 -> 7.5.0

This commit is contained in:
R. Ryantm
2025-07-10 09:09:09 +00:00
parent cbd6ca5c0f
commit 20eeee88c1
+2 -2
View File
@@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "7.1.3";
version = "7.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-9ksaSZttQq85ZaOfMK7y6eNvPS0yozEbhoivNCvVuno=";
hash = "sha256-wJG8d6PMjhKaIy2z4sjYuuLf75aBP83sYu4CB5QGj7k=";
};
patches = [