prometheus-nginx-exporter: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-07-25 02:08:27 +00:00
parent 18c8da898c
commit 4a4869e6f9

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nginx_exporter";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "nginxinc";
repo = "nginx-prometheus-exporter";
rev = "v${version}";
sha256 = "sha256-VzgcAyXR9TKpK6CJzKoqN5EgO9rWnZBhwv5Km/k8cK0=";
sha256 = "sha256-TcQXYZsr3hjE93GfeBt8AJLuQQA7UM+wv1SmCnqON+M=";
};
vendorHash = "sha256-HoRE9hvnyPkLpwc+FfUmithd5UDEJ0TnoDfcifa/0o0=";
vendorHash = "sha256-qmyqAbwQYgUFFQwCLakQGta2XMGCbCOvCB93S8/TWIs=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];