From 05731772414014ed8df99841b04d0661af1763c3 Mon Sep 17 00:00:00 2001 From: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com> Date: Wed, 29 Jan 2025 23:57:52 +0000 Subject: [PATCH] gallery-dl: 1.28.4 -> 1.28.5 Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.28.5 Diff: https://github.com/mikf/gallery-dl/compare/v1.28.4...v1.28.5 --- pkgs/by-name/ga/gallery-dl/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ga/gallery-dl/package.nix b/pkgs/by-name/ga/gallery-dl/package.nix index c0c162d5e324..fcd9486862a0 100644 --- a/pkgs/by-name/ga/gallery-dl/package.nix +++ b/pkgs/by-name/ga/gallery-dl/package.nix @@ -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 ];