nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

twitch-dl: 2.11.0 -> 3.0.0

Changelog: https://github.com/ihabunek/twitch-dl/blob/3.0.0/CHANGELOG.md

+2 -6
+2 -6
pkgs/by-name/tw/twitch-dl/package.nix
··· 10 10 11 11 python3Packages.buildPythonApplication rec { 12 12 pname = "twitch-dl"; 13 - version = "2.11.0"; 13 + version = "3.0.0"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ihabunek"; 18 18 repo = "twitch-dl"; 19 19 tag = version; 20 - hash = "sha256-L+IbcSUaxhTg2slNc5x1VJPnA5e2qrPEeWjspK2COAI="; 20 + hash = "sha256-/TlJG6Mh8/Ax4bKKR/plhMMY2x6YXwcFP6zjClOPaD8="; 21 21 }; 22 - 23 - pythonRelaxDeps = [ 24 - "m3u8" 25 - ]; 26 22 27 23 nativeBuildInputs = [ 28 24 python3Packages.setuptools