prometheus-imap-mailstat-exporter: 0.0.1 to 0.7.1

This commit is contained in:
Arnout Engelen
2026-07-06 18:02:39 +02:00
parent 38f52fc905
commit e36bc9af58
2 changed files with 6 additions and 6 deletions
@@ -94,8 +94,8 @@ in
serviceConfig = {
ExecStart = ''
${pkgs.prometheus-imap-mailstat-exporter}/bin/imap-mailstat-exporter \
-config ${createConfigFile cfg.accounts} \
${optionalString cfg.oldestUnseenDate "-oldestunseendate"} \
--config.file="${createConfigFile cfg.accounts}" \
${optionalString cfg.oldestUnseenDate "--oldestunseen.feature"} \
${concatStringsSep " \\\n " cfg.extraFlags}
'';
};
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "imap-mailstat-exporter";
version = "0.0.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "bt909";
repo = "imap-mailstat-exporter";
tag = "v${version}";
hash = "sha256-aR/94C9SI+FPs3zg3bpexmgGYrhxghyHwpXj25x0yuw=";
tag = "${version}";
hash = "sha256-dinHRHoTVc/0Lu+TzzmfoCyoDZQQhXw8AOlgbH46hm0=";
};
vendorHash = "sha256-M5Ho4CiO5DC6mWzenXEo2pu0WLHj5S8AV3oEFwD31Sw=";
vendorHash = "sha256-k3FjfIaNm6408I4uqmJpZsGgMiHel+NUtBclbGKTtZ4=";
nativeBuildInputs = [ installShellFiles ];