Unverified Commit a11f1567 authored by PhiliPdB's avatar PhiliPdB
Browse files

rapid-photo-downloader: Add update script

parent 4d0c4025
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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";