mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
twitch-dl: 2.3.1 -> 2.5.0
Changelog: https://github.com/ihabunek/twitch-dl/blob/refs/tags/2.5.0/CHANGELOG.md
This commit is contained in:
parent
192e7407cc
commit
e6c5bccff5
@ -7,14 +7,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "twitch-dl";
|
||||
version = "2.3.1";
|
||||
version = "2.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ihabunek";
|
||||
repo = "twitch-dl";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ixkIDJbysa3TOJiNmAG2SuJwCv5MaX6nCtUnS4901rg=";
|
||||
hash = "sha256-JCBXoqtewl4WZsAGMhmbvbdXQnLKOP43VYOqH2bs30k=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
@ -47,7 +47,7 @@ python3Packages.buildPythonApplication rec {
|
||||
pythonImportsCheck = [
|
||||
"twitchdl"
|
||||
"twitchdl.cli"
|
||||
"twitchdl.download"
|
||||
"twitchdl.naming"
|
||||
"twitchdl.entities"
|
||||
"twitchdl.http"
|
||||
"twitchdl.output"
|
||||
|
Loading…
Reference in New Issue
Block a user