rapid-photo-downloader: Add update script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user