prometheus-elasticsearch-exporter: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2024-09-20 18:23:44 +00:00
parent 02971f96c1
commit 1bef943736

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "elasticsearch_exporter";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "prometheus-community";
repo = "elasticsearch_exporter";
rev = "v${version}";
hash = "sha256-a70huy6J0Ob9LkLuCSVZqJChTo/4cPufbkq1v/QcKE4=";
hash = "sha256-8WPDBlp6ftBmY/lu0wuuvs3A9KAzEM/A6RqSvYYLm7w=";
};
vendorHash = "sha256-5uQfeDRi7EMcUCkXdbNlSe1IUpv6e5ueXtZ4C5SWAmw=";
vendorHash = "sha256-jbPFxwrXWwxPamMnbBxFvGBrt38YG7N5fTweAYULEYQ=";
meta = with lib; {
description = "Elasticsearch stats exporter for Prometheus";