Merge pull request #170841 from r-ryantm/auto-update/gallery-dl

gallery-dl: 1.21.1 -> 1.21.2
This commit is contained in:
Mario Rodas 2022-04-30 01:42:57 -05:00 committed by GitHub
commit 9977b3ce2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.21.1";
version = "1.21.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-oLVrYM7F9JFDYgQL/XgJS9LeUexqcSlvmkwyAk1bpoY=";
sha256 = "sha256-xn+Y8WOIH6zkExO3ZNya3ZBwh90oSjSk00xfO0c23To=";
};
propagatedBuildInputs = [ requests yt-dlp ];