prometheus-nginx-exporter: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-01-10 22:20:10 +00:00
parent 0b9c8af0d9
commit 0ef09ca9af

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nginx_exporter";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "nginxinc";
repo = "nginx-prometheus-exporter";
rev = "v${version}";
sha256 = "sha256-fnYZmJxXY1RaPJX8KiKxFmMauP5Jh5H72FWjIwgoIio=";
sha256 = "sha256-wLLHhbIA4jPgXtVIP6ycxgXfULODngPSpV3rZpJFSjI=";
};
vendorHash = "sha256-VkatDZerLKnfbNFtnjklkE3TLY57uO1WUGa/p5tAXSQ=";
vendorHash = "sha256-pMof9Wr6GrH5N97C4VNG2ELtZ6C6ruq5ylMwByotrP0=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];