Unverified Commit 9358219a authored by Dom Rodriguez's avatar Dom Rodriguez
Browse files

davmail: Use `nix-update-script` for package updates

Use the `nix-update-script` passthru script for package updates using
the bot infrastructure.
parent 3bef59f8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  stdenv,
  fetchFromGitHub,
  lib,
  nix-update-script,
  makeWrapper,
  glib,
  gtk2,
@@ -76,6 +77,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Java application which presents a Microsoft Exchange server as local CALDAV, IMAP and SMTP servers";
    homepage = "https://davmail.sourceforge.net/";