prometheus-nginx-exporter: 1.5.1 -> 1.5.3

This commit is contained in:
R. Ryantm
2026-08-23 04:53:12 +00:00
parent f58bbc7ea2
commit 03d05124b6

View File

@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "nginx_exporter";
version = "1.5.1";
version = "1.5.3";
src = fetchFromGitHub {
owner = "nginx";
repo = "nginx-prometheus-exporter";
rev = "v${version}";
sha256 = "sha256-BJf5gL+bkT6g28OVhGM29IwuLfFz3HPAo/DZzg5Eoqk=";
sha256 = "sha256-TrLgMYzlvTWgGfFkpGziflx6t7k0zee7IlpTraBEinw=";
};
vendorHash = "sha256-lMLJvfB85kGAaPffRd7fz+PAFddSnVS2kzJHRKdnGH4=";
vendorHash = "sha256-56jLUx/0kJIa+rk0k/ZBuV18Egy00AmzHZnvKXWHjf0=";
ldflags =
let