mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #137244 from marsam/update-gallery-dl
gallery-dl: 1.18.3 -> 1.18.4
This commit is contained in:
commit
3a84bf77ea
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gallery_dl";
|
pname = "gallery_dl";
|
||||||
version = "1.18.3";
|
version = "1.18.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "6e058dd25a8a54ead41479579fd73de71472abb980a6254765c5e538b591d162";
|
sha256 = "bdb84706fdde867fe2ee11c74c8c51af4e560399bd5fa562f19bfcaf8fc0dac9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
@ -21,8 +21,8 @@ buildPythonApplication rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
|
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
|
||||||
homepage = "https://github.com/mikf/gallery-dl";
|
homepage = "https://github.com/mikf/gallery-dl";
|
||||||
license = licenses.gpl2;
|
changelog = "https://github.com/mikf/gallery-dl/raw/v${version}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ dawidsowa ];
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.unix;
|
maintainers = with maintainers; [ dawidsowa marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user