davmail: Use nix-update-script for package updates (#464261)

This commit is contained in:
Aleksana
2025-11-30 11:17:37 +00:00
committed by GitHub
+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/";