Merge pull request #280131 from r-ryantm/auto-update/prometheus-nginx-exporter

prometheus-nginx-exporter: 1.0.0 -> 1.1.0
This commit is contained in:
Franz Pletz 2024-01-11 13:42:08 +01:00 committed by GitHub
commit b44ec4397f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}" ];