gallery-dl: 1.28.4 -> 1.28.5 (#377845)

This commit is contained in:
Donovan Glover
2025-02-07 19:50:00 +00:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.28.4";
version = "1.28.5";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-bfE3QUu+ytxd4YkWxsnQ3hTEDE1OgJN8zJxSah2u08I=";
hash = "sha256-wFQtpHkMPscrGhk5tNGc38rPHbFuoDMuvO50KYR+j9M=";
};
build-system = [ python3Packages.setuptools ];