Unverified Commit 1a657ff9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #306413 from marsam/update-twitch-dl

twitch-dl: 2.2.0 -> 2.2.2
parents 333a92f6 ea37601a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "twitch-dl";
  version = "2.2.0";
  version = "2.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ihabunek";
    repo = "twitch-dl";
    rev = "refs/tags/${version}";
    hash = "sha256-H2SxZgEjVdj/GRguJ2v/WWUrh0VTrwFV9mZVn/EYyPg=";
    hash = "sha256-Os27uqH3MA3v9+8WzfL5KIEUewAzf8JUyRtsWSzw81o=";
  };

  postPatch = ''