Merge pull request #188698 from marsam/update-gallery-dl
This commit is contained in:
commit
94036a6fa7
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gallery_dl";
|
pname = "gallery_dl";
|
||||||
version = "1.22.4";
|
version = "1.23.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-dJbzhZQIaMBXVd2r40F/fZfokkSq8pVSsRrymxrIynk=";
|
sha256 = "sha256-cGLtz5UPTIp0WfChKWdnrD4C+mGv+d83eHRrzpD7MIs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests yt-dlp ];
|
propagatedBuildInputs = [ requests yt-dlp ];
|
||||||
|
|
Loading…
Reference in a new issue