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

streamlink: 6.7.3 -> 6.7.4

authored by Marcus Ramberg and committed by GitHub 922a16ee ecb1b930

+2 -2
+2 -2
pkgs/applications/video/streamlink/default.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "streamlink"; 10 - version = "6.7.3"; 11 pyproject = true; 12 13 src = fetchPypi { 14 inherit pname version; 15 - hash = "sha256-Da+J+NOXW+n55LvaPQw6XiRhJJQ4Pc4Z1p21qMym/Xw="; 16 }; 17 18 patches = [
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "streamlink"; 10 + version = "6.7.4"; 11 pyproject = true; 12 13 src = fetchPypi { 14 inherit pname version; 15 + hash = "sha256-kzdTerEZ/ndSSl1mWq7Ou/sG4suN8o0SYNkodkJXUc4="; 16 }; 17 18 patches = [