Unverified Commit 8c178c8f authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

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

parents ac341e9a a1db58fa
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -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