Merge pull request #123322 from sikmir/yle-dl
yle-dl: 20210212 → 20210502
This commit is contained in:
commit
83f8e9e09d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "yle-dl";
|
pname = "yle-dl";
|
||||||
version = "20210212";
|
version = "20210502";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aajanki";
|
owner = "aajanki";
|
||||||
repo = "yle-dl";
|
repo = "yle-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-0JnigYmslQ/7KsQAFg3AaWPAU/tD1lS7lF6OCcv/ze4=";
|
sha256 = "sha256-HkhyxsiOMOfTHTj+qmY8l2z2sMtO4eMZmJUU/WvV4wY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
@ -22,6 +22,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Downloads videos from Yle (Finnish Broadcasting Company) servers";
|
description = "Downloads videos from Yle (Finnish Broadcasting Company) servers";
|
||||||
homepage = "https://aajanki.github.io/yle-dl/";
|
homepage = "https://aajanki.github.io/yle-dl/";
|
||||||
|
changelog = "https://github.com/aajanki/yle-dl/blob/${version}/ChangeLog";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ dezgeg SuperSandro2000 ];
|
maintainers = with maintainers; [ dezgeg SuperSandro2000 ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user