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:
Dom Rodriguez
2025-11-29 18:52:29 +00:00
parent 3bef59f893
commit 9358219a8e
+3
View File
@@ -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/";