dmarc-report-notifier: Enable update script

This commit is contained in:
Andrew Kvalheim 2024-05-13 17:51:38 -07:00
parent b66c26da12
commit 94f612217b

View file

@ -1,4 +1,5 @@
{ fetchFromGitHub
, gitUpdater
, lib
, python3Packages
}:
@ -27,6 +28,8 @@ python3Packages.buildPythonApplication rec {
parsedmarc
];
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
description = "Headless periodic DMARC report handler";
homepage = "https://github.com/AndrewKvalheim/dmarc-report-notifier";