Unverified Commit 899a023c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

twitch-dl: 2.9.2 -> 2.9.3 (#370852)

parents 9b779ec7 b658e86b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3Packages.buildPythonApplication rec {
  pname = "twitch-dl";
  version = "2.9.2";
  version = "2.9.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ihabunek";
    repo = "twitch-dl";
    tag = version;
    hash = "sha256-BIE3+SDmc5ggF9P+qeloI1JYYrEtOJQ/8oDR76i0t6c=";
    hash = "sha256-kkSCkSFY6UQWtzKOTJ187SDQsb+O5VRR2PRjazC83i0=";
  };

  pythonRelaxDeps = [