twitch-dl: 2.9.4 -> 2.10.0

Changelog: https://github.com/ihabunek/twitch-dl/blob/refs/tags/2.10.0/CHANGELOG.md
This commit is contained in:
Peder Bergebakken Sundt
2025-01-09 18:15:08 +01:00
parent ce3899414d
commit 835abe3930
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.9.4";
version = "2.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
tag = version;
hash = "sha256-kc/YU37q91IBcX4JOzN9549OX0jDYFTvI9g7OqN/IXs=";
hash = "sha256-D8jVm1nezEAvXpAToDdgr2OK7HZUaGrnT8qLqjBLJF8=";
};
pythonRelaxDeps = [