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

gallery-dl: 1.20.4 -> 1.20.5
This commit is contained in:
Mario Rodas 2022-02-15 09:30:56 -05:00 committed by GitHub
commit a2c4c82081
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.20.4";
version = "1.20.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-K22ee6qcVXbJJKH5/6EMvSdSNKBb7xAP++1s+A5ENu4=";
sha256 = "sha256-UJAoxRybEYxQY+7l/szSj9fy1J552yaxF3MdaEmDiQQ=";
};
propagatedBuildInputs = [ requests yt-dlp ];