Merge pull request #304384 from DeeUnderscore/update/streamlink-6.7.3

streamlink: 6.7.2 -> 6.7.3

authored by

Mario Rodas and committed by
GitHub
eb58c645 e7129069

+2 -2
+2 -2
pkgs/applications/video/streamlink/default.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "streamlink"; 10 - version = "6.7.2"; 11 pyproject = true; 12 13 src = fetchPypi { 14 inherit pname version; 15 - hash = "sha256-enRwASn1wpwAYmDfU5djhDAJgcmv+dPVwut+kdPco1k="; 16 }; 17 18 patches = [
··· 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 = [