davmail: Use nix-update-script for package updates
Use the `nix-update-script` passthru script for package updates using the bot infrastructure.
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user