gallery-dl: 1.30.7 -> 1.30.8

Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.30.8
This commit is contained in:
Ludovico Piero
2025-09-23 19:30:31 +09:00
parent b5331743ae
commit fac3f76f8a
+2 -2
View File
@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.30.7";
version = "1.30.8";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-VFmTZpcTQQK5sfwgMJGDqHp7wu5dXd4gGfJTtnLBoxk=";
hash = "sha256-jetfEjKwAtJwOLKRZfnnnlb7G5YCDUzeHIASqJS3gcI=";
};
build-system = [ python3Packages.setuptools ];