DontEatOreo
2025-01-12 17:04:09 +00:00
parent ed4a395ea0
commit a040952a10
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "gallery-dl";
version = "1.28.3";
version = "1.28.4";
pyproject = true;
src = fetchFromGitHub {
owner = "mikf";
repo = "gallery-dl";
rev = "v${version}";
hash = "sha256-OV+4BJmJNvkNmDsogI9V7SLmnc5HJkZd5xqsFoZCHEk=";
hash = "sha256-bfE3QUu+ytxd4YkWxsnQ3hTEDE1OgJN8zJxSah2u08I=";
};
build-system = [ python3Packages.setuptools ];