about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-30 17:49:34 -0500
committerGitHub <noreply@github.com>2023-04-30 17:49:34 -0500
commit5cd3f4d485177c36eb2377143c0e0ad8743dfe00 (patch)
tree49ad21893cf369c0e9f2c32e838cae7b670c4f3c
parent81c912bbfc4749f6e7ff519a67292e402a2393ec (diff)
parent213831f4dc6547bfad16a5c7be823654de312bdd (diff)
Merge pull request #229176 from marsam/update-gallery-dl
gallery-dl: 1.25.2 -> 1.25.3
-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 d6463a7b4dfb8..afdfd922c9adf 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.25.2";
+  version = "1.25.3";
   format = "setuptools";
 
   src = fetchPypi {
     inherit version;
     pname = "gallery_dl";
-    sha256 = "sha256-T9PzvjOdcLaO7iTxBZxucQdiAPVpk1+9wDfcpShIBdM=";
+    sha256 = "sha256-aosaA8F8TVBnY0Mz+TbRYQjVW5FUDiSiohl/7vqXwis=";
   };
 
   propagatedBuildInputs = [