about summary refs log tree commit diff
path: root/pkgs/applications/misc/gallery-dl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-09 18:31:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-09 18:31:51 +0000
commit1c334eff79c1f0cace046bbda1ee05f190f5eca6 (patch)
tree59c66d5f2f40cba7d1c0f08d2df0bd0bf6786b32 /pkgs/applications/misc/gallery-dl
parent2e8714c5fce5eda820dbc542afbf5a7e3f026aa2 (diff)
gallery-dl: 1.21.0 -> 1.21.1
Diffstat (limited to 'pkgs/applications/misc/gallery-dl')
-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 dc5dedbd1ad9a..46bd189fcf8a8 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.21.0";
+  version = "1.21.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-D/K+C7IX4VGv+FFYuPQEqwVYSjiDcSeElVunVMiFWI8=";
+    sha256 = "sha256-oLVrYM7F9JFDYgQL/XgJS9LeUexqcSlvmkwyAk1bpoY=";
   };
 
   propagatedBuildInputs = [ requests yt-dlp ];