streamlink: 7.1.1 -> 7.1.2

This commit is contained in:
R. Ryantm
2025-01-12 19:10:57 +00:00
parent 93dbaf6d1a
commit 9c0546af70
+2 -2
View File
@@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "7.1.1";
version = "7.1.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-wYge0LulNhLZedmpGLfewFb8k80gKlsHoIDlVo29q0w=";
hash = "sha256-YcCORSs6DTKmX2NrMI+mQDpHcoI4fp8jM8/OPDhFb9c=";
};
patches = [