diff options
| author | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2025-04-17 15:39:31 +0200 |
|---|---|---|
| committer | Peder Bergebakken Sundt <pbsds@hotmail.com> | 2025-04-17 15:51:01 +0200 |
| commit | a1db58fa83473e79d8842f8058096c94ed6828e1 (patch) | |
| tree | d64709caf9e8993c6004ef479c6d8c760b89d122 | |
| parent | flexget: 3.15.31 -> 3.15.32 (#398604) (diff) | |
| download | nixpkgs-a1db58fa83473e79d8842f8058096c94ed6828e1.tar.gz | |
twitch-dl: 2.11.0 -> 3.0.0
Changelog: https://github.com/ihabunek/twitch-dl/blob/3.0.0/CHANGELOG.md
| -rw-r--r-- | pkgs/by-name/tw/twitch-dl/package.nix | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/by-name/tw/twitch-dl/package.nix b/pkgs/by-name/tw/twitch-dl/package.nix index 52697924aa43..5bbfb1baed72 100644 --- a/pkgs/by-name/tw/twitch-dl/package.nix +++ b/pkgs/by-name/tw/twitch-dl/package.nix @@ -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 |
