about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-22 08:53:33 -0500
committerGitHub <noreply@github.com>2023-10-22 08:53:33 -0500
commit8b712819c44aee714ca262faa946d6a7e03b4adb (patch)
tree9dd5226bdd43d4ae13f18aa0a920993b0aced922 /pkgs
parent5f29c230e7ffd4bc2f42fb4f094b97af1d2e85f4 (diff)
parent5600cd490d0989a54e4b9f86d2253aa1819a9681 (diff)
Merge pull request #262729 from marsam/update-gallery-dl
gallery-dl: 1.26.0 -> 1.26.1
Diffstat (limited to 'pkgs')
-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 49da3ac99a83a..e1c289dfabfed 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.26.0";
+  version = "1.26.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit version;
     pname = "gallery_dl";
-    sha256 = "sha256-+g4tfr7RF9rrimQcXhcz3o/Cx9xLNrTDV1Fx7XSxh7I=";
+    sha256 = "sha256-SJshEdvmPDQZ5mqiQfJpWcQ43WGXUxPvMMJiY/4Cxsc=";
   };
 
   propagatedBuildInputs = [