We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a874020 + 4a4869e commit d84f8c1Copy full SHA for d84f8c1
pkgs/servers/monitoring/prometheus/nginx-exporter.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "nginx_exporter";
5
- version = "1.2.0";
+ version = "1.3.0";
6
7
src = fetchFromGitHub {
8
owner = "nginxinc";
9
repo = "nginx-prometheus-exporter";
10
rev = "v${version}";
11
- sha256 = "sha256-VzgcAyXR9TKpK6CJzKoqN5EgO9rWnZBhwv5Km/k8cK0=";
+ sha256 = "sha256-TcQXYZsr3hjE93GfeBt8AJLuQQA7UM+wv1SmCnqON+M=";
12
};
13
14
- vendorHash = "sha256-HoRE9hvnyPkLpwc+FfUmithd5UDEJ0TnoDfcifa/0o0=";
+ vendorHash = "sha256-qmyqAbwQYgUFFQwCLakQGta2XMGCbCOvCB93S8/TWIs=";
15
16
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
17
0 commit comments