Merge pull request #181683 from r-ryantm/auto-update/gallery-dl

gallery-dl: 1.22.3 -> 1.22.4

authored by Mario Rodas and committed by GitHub 7d1f96e0 222134ff

+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.22.3"; 5 + version = "1.22.4"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "sha256-6nveSEpi5fdlf6ooUXFrX1WaVDOQi6mvgDGAGgwi1zc="; 9 + sha256 = "sha256-dJbzhZQIaMBXVd2r40F/fZfokkSq8pVSsRrymxrIynk="; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ requests yt-dlp ];