twitch-dl: 2.11.0 -> 3.0.0 (#399471)

This commit is contained in:
Thiago Kenji Okada
2025-04-18 12:17:34 +01:00
committed by GitHub
+2 -6
View File
@@ -10,20 +10,16 @@
python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.11.0";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
tag = version;
hash = "sha256-L+IbcSUaxhTg2slNc5x1VJPnA5e2qrPEeWjspK2COAI=";
hash = "sha256-/TlJG6Mh8/Ax4bKKR/plhMMY2x6YXwcFP6zjClOPaD8=";
};
pythonRelaxDeps = [
"m3u8"
];
nativeBuildInputs = [
python3Packages.setuptools
python3Packages.setuptools-scm