streamlink: 8.1.0 -> 8.1.2

(cherry picked from commit 94721f5ff8)
This commit is contained in:
R. Ryantm
2026-01-19 04:13:24 +00:00
committed by Dee Anzorge
parent 550819149b
commit 39bcf29882

View File

@@ -11,12 +11,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "8.1.0";
version = "8.1.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-rNKXIZoMuq/+TikikFVLnEVAj6n25NwSEdHM0fSkQDk=";
hash = "sha256-0ICZ+hsWm61KmR0xsquJ8EugixMZ7R9b0OrYVH1MWtM=";
};
patches = [