Skip to content

Commit

Permalink
twitch-dl: 2.8.2 -> 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 10, 2024
1 parent f1536a8 commit 1afe962
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/tw/twitch-dl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
pname = "twitch-dl";
version = "2.8.2";
version = "2.9.1";
pyproject = true;

src = fetchFromGitHub {
owner = "ihabunek";
repo = "twitch-dl";
rev = "refs/tags/${version}";
hash = "sha256-9isWxY87ppFPIA6hjyuuCqKxt7Io4h8PUhIs+SPSBvA=";
hash = "sha256-YsSpa3beRny+Tpn7B93OtYqYxjtAMaBa5k4I2zvKgbY=";
};

pythonRelaxDeps = [
Expand Down Expand Up @@ -63,6 +63,10 @@ python3Packages.buildPythonApplication rec {
installManPage twitch-dl.1
'';

preInstallCheck = ''
export HOME="$(mktemp -d)"
'';

meta = with lib; {
description = "CLI tool for downloading videos from Twitch";
homepage = "https://github.com/ihabunek/twitch-dl";
Expand Down

0 comments on commit 1afe962

Please sign in to comment.