twitch-dl: 2.3.1 -> 2.5.0

Changelog: https://github.com/ihabunek/twitch-dl/blob/refs/tags/2.5.0/CHANGELOG.md
This commit is contained in:
Peder Bergebakken Sundt 2024-08-30 22:14:51 -04:00
parent 192e7407cc
commit e6c5bccff5

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.3.1";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
rev = "refs/tags/${version}";
hash = "sha256-ixkIDJbysa3TOJiNmAG2SuJwCv5MaX6nCtUnS4901rg=";
hash = "sha256-JCBXoqtewl4WZsAGMhmbvbdXQnLKOP43VYOqH2bs30k=";
};
pythonRelaxDeps = [
@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
pythonImportsCheck = [
"twitchdl"
"twitchdl.cli"
"twitchdl.download"
"twitchdl.naming"
"twitchdl.entities"
"twitchdl.http"
"twitchdl.output"