gallery-dl: 1.26.1 -> 1.26.2

Changelog: https://github.com/mikf/gallery-dl/blob/v1.26.2/CHANGELOG.md

+2 -2
+2 -2
pkgs/applications/misc/gallery-dl/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "gallery-dl"; 5 - version = "1.26.1"; 5 + version = "1.26.2"; 6 6 format = "setuptools"; 7 7 8 8 src = fetchPypi { 9 9 inherit version; 10 10 pname = "gallery_dl"; 11 - sha256 = "sha256-SJshEdvmPDQZ5mqiQfJpWcQ43WGXUxPvMMJiY/4Cxsc="; 11 + sha256 = "sha256-Agccsz0TlzCDnhR5Vy7Tt3jrqz9+hwaclQgXJBhGY9w="; 12 12 }; 13 13 14 14 propagatedBuildInputs = [