diff --git a/pkgs/by-name/tw/twitch-dl/package.nix b/pkgs/by-name/tw/twitch-dl/package.nix index c0863cc70724..8a5ed6e54471 100644 --- a/pkgs/by-name/tw/twitch-dl/package.nix +++ b/pkgs/by-name/tw/twitch-dl/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication rec { pname = "twitch-dl"; - version = "2.6.0"; + version = "2.7.0"; pyproject = true; src = fetchFromGitHub { owner = "ihabunek"; repo = "twitch-dl"; rev = "refs/tags/${version}"; - hash = "sha256-3cC8eukL3k4C9desqCMak1wAFFYcrtcpCM3ybMqrJ8A="; + hash = "sha256-UNxuUE7FJ1euDbGWzX6P4AdYP5SLZuFVYHNaFjuS6ps="; }; pythonRelaxDeps = [