rapid-photo-downloader: Add update script

This commit is contained in:
PhiliPdB
2025-04-21 21:59:41 +02:00
parent 4d0c402584
commit a11f1567b4
@@ -17,6 +17,7 @@
gdk-pixbuf,
libmediainfo,
vmtouch,
gitUpdater,
}:
mkDerivationWith python3Packages.buildPythonApplication rec {
@@ -118,6 +119,11 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
)
'';
passthru.updateScript = gitUpdater {
rev-prefix = "v";
ignoredVersions = "a.*";
};
meta = with lib; {
description = "Photo and video importer for cameras, phones, and memory cards";
mainProgram = "rapid-photo-downloader";