streamlink: 7.1.2 -> 7.1.3 (#383846)

Co-authored-by: DeeUnderscore <d.anzorge@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-26 20:52:43 +00:00
committed by GitHub
co-authored by DeeUnderscore
+2 -2
View File
@@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "7.1.2";
version = "7.1.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-YcCORSs6DTKmX2NrMI+mQDpHcoI4fp8jM8/OPDhFb9c=";
hash = "sha256-9ksaSZttQq85ZaOfMK7y6eNvPS0yozEbhoivNCvVuno=";
};
patches = [