summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-12 03:18:06 +0200
committerGitHub <noreply@github.com>2021-07-12 03:18:06 +0200
commit13fd5cb95e8171d9e1e0427d47e73a675c9a30f9 (patch)
treee89dc96e3f98536adce20227fe0081e9a3aa0082 /pkgs/applications
parent7a1f96db25a2285a2eb2d0179f2611e376f04cd7 (diff)
parentc6f628692bd4a800ca4b4918de7605fa31f32de1 (diff)
downloadnixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.tar
nixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.tar.gz
nixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.tar.bz2
nixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.tar.lz
nixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.tar.xz
nixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.tar.zst
nixpkgs-13fd5cb95e8171d9e1e0427d47e73a675c9a30f9.zip
Merge pull request #129482 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.18.0 -> 1.18.1
Diffstat (limited to 'pkgs/applications')
-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 5cfca0b4a2b..b617e7b2ea1 100644
--- a/pkgs/applications/misc/gallery-dl/default.nix
+++ b/pkgs/applications/misc/gallery-dl/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonApplication rec {
   pname = "gallery_dl";
-  version = "1.18.0";
+  version = "1.18.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a0658cd2b629ec5b24b9a893056ce7224088ee5eb760f30642131a8df0279131";
+    sha256 = "1e231ed7122a753430d92f8c6240a99defa2b307d57f1a4cc3e48910269331a9";
   };
 
   propagatedBuildInputs = [ requests ];