summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-09-28 12:57:58 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-09-30 12:41:11 +0000
commite3296bd4b14dc4b0009059c242cabd589db8979b (patch)
treec0e652895f5c1571f33a7e5bd9f023a576e3ce1d
parent[Backport release-24.05] nvd: switch source repository to Sourcehut (#345406) (diff)
downloadnixpkgs-origin/backport-345064-to-release-24.05.tar.gz
gallery-dl: 1.27.4 -> 1.27.5origin/backport-345064-to-release-24.05
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.27.5 Diff: https://github.com/mikf/gallery-dl/compare/v1.27.4...v1.27.5 (cherry picked from commit c7ad3a761946476f2a7045ded7dc3885b3ebc9f9)
-rw-r--r--pkgs/applications/misc/gallery-dl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gallery-dl/default.nix b/pkgs/applications/misc/gallery-dl/default.nix
index 3c0b631ed0a1..b235cabde998 100644
--- a/pkgs/applications/misc/gallery-dl/default.nix
+++ b/pkgs/applications/misc/gallery-dl/default.nix
@@ -10,13 +10,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
- version = "1.27.4";
+ version = "1.27.5";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
- hash = "sha256-28y5sU9onPHIqlTIYzIQ+J2KElJocbuwKQN/E50JGI8=";
+ hash = "sha256-q/byWRvbzrV6KjPIDjJJWl0fkrluGEcvrISPKz8SJ+4=";
};
propagatedBuildInputs = [