Commit 78dc9d62 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files
parent eb1a53ae
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication rec {
  pname = "twitch-dl";
  version = "3.1.0";
  version = "3.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ihabunek";
    repo = "twitch-dl";
    tag = version;
    hash = "sha256-Nn/Nwd1KvrkR+uGp8HmRGeBC7E0/Y1EVMpJAp7UDj7Q=";
    hash = "sha256-scGTGlAt1k6eS8O3thrlJpVv3vZe2lKNBxtDYIBWOPg=";
  };

  nativeBuildInputs = [
@@ -31,6 +31,7 @@ python3Packages.buildPythonApplication rec {
    click
    httpx
    m3u8
    wcwidth
  ];

  nativeCheckInputs = [