Merge pull request #326879 from r-ryantm/auto-update/streamlink

streamlink: 6.8.2 -> 6.8.3
This commit is contained in:
Nick Cao 2024-07-14 10:36:54 -04:00 committed by GitHub
commit 0c4d5ed3b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "streamlink";
version = "6.8.2";
version = "6.8.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-nBtm8CRyeicPrwAm1xp+Y6vdiPEClXyhUsDSYgcXvJg=";
hash = "sha256-4/UaVnwIcDCS+R0El6P8Ku/jJ+/Ncl0D5m89zRHtm2g=";
};
patches = [