streamlink: 7.1.1 -> 7.1.2 (#373269)

Co-authored-by: DeeUnderscore <d.anzorge@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-13 01:34:53 +00:00
committed by GitHub
+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 = [