about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-02-15 09:30:56 -0500
committerGitHub <noreply@github.com>2022-02-15 09:30:56 -0500
commita2c4c82081cb1186e2f2a5030030f25a70edef6f (patch)
tree96d897cc436f99c98d34aaa34e104cd0a25affb8 /pkgs/applications/misc
parent68c9f67cd62cc77b73a1da8952191a5ed3f7b31a (diff)
parent691fc7077ec25ff0295b909dc4a989fa123f0f51 (diff)
Merge pull request #160174 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.20.4 -> 1.20.5
Diffstat (limited to 'pkgs/applications/misc')
-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 12649b5b7fe56..ed0e3e72be2d9 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.20.4";
+  version = "1.20.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-K22ee6qcVXbJJKH5/6EMvSdSNKBb7xAP++1s+A5ENu4=";
+    sha256 = "sha256-UJAoxRybEYxQY+7l/szSj9fy1J552yaxF3MdaEmDiQQ=";
   };
 
   propagatedBuildInputs = [ requests yt-dlp ];