prometheus-imap-mailstat-exporter: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm
2026-07-23 11:18:48 +00:00
parent 635f4704a8
commit 9d1bbdedb5
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "imap-mailstat-exporter";
version = "0.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "bt909";
repo = "imap-mailstat-exporter";
tag = "${version}";
hash = "sha256-dinHRHoTVc/0Lu+TzzmfoCyoDZQQhXw8AOlgbH46hm0=";
hash = "sha256-Q+Q7Q9zjJlp83FQ65yqi8eWO02+VkCXlYFRA66yptiE=";
};
vendorHash = "sha256-k3FjfIaNm6408I4uqmJpZsGgMiHel+NUtBclbGKTtZ4=";
vendorHash = "sha256-9rxlXhlQ269E6xtreMrDphqscaZj+IrfsNmssF/C78U=";
nativeBuildInputs = [ installShellFiles ];