summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-12-24 12:05:07 +0000
committerGitHub <noreply@github.com>2022-12-24 12:05:07 +0000
commite1d6539a56ef5f895a380461056d56147785e456 (patch)
treef000a7f7787cb7e14c659f608dcc50d9ed0bdf0e
parent8d4d4563bd228a2dc3fe763819b4947e4ef5a1e4 (diff)
parentcd1eb364e997e8160b85e7b641c9de822cb21ce0 (diff)
Merge pull request #207442 from r-ryantm/auto-update/gallery-dl
gallery-dl: 1.24.1 -> 1.24.2
-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 edd5f491cced..2ec4d7df2402 100644
--- a/pkgs/applications/misc/gallery-dl/default.nix
+++ b/pkgs/applications/misc/gallery-dl/default.nix
@@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
- version = "1.24.1";
+ version = "1.24.2";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
- sha256 = "sha256-pjm410aT4+Lj3PBAlibmglNPGlmBgkRoHAg7JrIDp0s=";
+ sha256 = "sha256-KqDprKoqpbNpUrM7nAYj71cuMh6U3s65kqVTW2cHeLc=";
};
propagatedBuildInputs = [