gallery-dl: 1.22.0 -> 1.22.1
This commit is contained in:
parent
8a970d86ee
commit
2820464d90
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gallery_dl";
|
pname = "gallery_dl";
|
||||||
version = "1.22.0";
|
version = "1.22.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-7gslntYAjH2nSyVKjofC2utjpzQo3aNVD1w5StHk288=";
|
sha256 = "sha256-GBG42EH8Ux5ncLPo07rjyHyZnK8/+vd5BjACl4H+kwE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests yt-dlp ];
|
propagatedBuildInputs = [ requests yt-dlp ];
|
||||||
|
Loading…
Reference in New Issue
Block a user