Merge pull request #179513 from r-ryantm/auto-update/gallery_dl

gallery-dl: 1.22.1 -> 1.22.3

Closes #179405
This commit is contained in:
Mario Rodas
2022-06-29 01:46:12 -05:00
committed by GitHub
@@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.22.1";
version = "1.22.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-GBG42EH8Ux5ncLPo07rjyHyZnK8/+vd5BjACl4H+kwE=";
sha256 = "sha256-6nveSEpi5fdlf6ooUXFrX1WaVDOQi6mvgDGAGgwi1zc=";
};
propagatedBuildInputs = [ requests yt-dlp ];