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

gallery-dl: 1.22.3 -> 1.22.4
This commit is contained in:
Mario Rodas 2022-07-16 08:37:57 -05:00 committed by GitHub
commit 7d1f96e0a6
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.22.3";
version = "1.22.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6nveSEpi5fdlf6ooUXFrX1WaVDOQi6mvgDGAGgwi1zc=";
sha256 = "sha256-dJbzhZQIaMBXVd2r40F/fZfokkSq8pVSsRrymxrIynk=";
};
propagatedBuildInputs = [ requests yt-dlp ];