about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-21 06:28:25 -0500
committerGitHub <noreply@github.com>2020-09-21 06:28:25 -0500
commit7df88097141eb78448830c6730a16e3e0a6e5c64 (patch)
tree73e608084d5f5adfbc3f596bd9700535c7625cf4
parent884d22f4910ee281e038e5e707b39deec1bd8e99 (diff)
parent8bb5c62adc79e63fd6f0e67cf2f8f52faf8256c6 (diff)
Merge pull request #98346 from dawidsowa/gallery-dl
gallery-dl: 1.14.5 -> 1.15.0
-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 ef634fcf72bc3..db82aea2a5083 100644
--- a/pkgs/applications/misc/gallery-dl/default.nix
+++ b/pkgs/applications/misc/gallery-dl/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "gallery_dl";
-  version = "1.14.5";
+  version = "1.15.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "03xkrmwk4bvkqai9ghdm5arw9i4zhnfbabdn99lr1cv5prq7m4p3";
+    sha256 = "1g9hmb5637x8bhm2wzarqnxzj0i93fcdm1myvld2d97a2d32hy6m";
   };
 
   doCheck = false;