streamlink: 6.8.1 -> 6.8.2

Changes:
https://github.com/streamlink/streamlink/releases/tag/6.8.2
This commit is contained in:
Dee Anzorge
2024-07-06 20:00:55 +02:00
parent 757c5d5f02
commit 2ee78ef931
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.8.1";
version = "6.8.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-TEN++sKCtN8CZRnyBp4niRFlb+LPSNcyMCu9Rm+GOZ0=";
hash = "sha256-nBtm8CRyeicPrwAm1xp+Y6vdiPEClXyhUsDSYgcXvJg=";
};
patches = [