Skip to content

Commit d84f8c1

Browse files
authored
Merge pull request #329785 from r-ryantm/auto-update/prometheus-nginx-exporter
2 parents a874020 + 4a4869e commit d84f8c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/monitoring/prometheus/nginx-exporter.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "nginx_exporter";
5-
version = "1.2.0";
5+
version = "1.3.0";
66

77
src = fetchFromGitHub {
88
owner = "nginxinc";
99
repo = "nginx-prometheus-exporter";
1010
rev = "v${version}";
11-
sha256 = "sha256-VzgcAyXR9TKpK6CJzKoqN5EgO9rWnZBhwv5Km/k8cK0=";
11+
sha256 = "sha256-TcQXYZsr3hjE93GfeBt8AJLuQQA7UM+wv1SmCnqON+M=";
1212
};
1313

14-
vendorHash = "sha256-HoRE9hvnyPkLpwc+FfUmithd5UDEJ0TnoDfcifa/0o0=";
14+
vendorHash = "sha256-qmyqAbwQYgUFFQwCLakQGta2XMGCbCOvCB93S8/TWIs=";
1515

1616
ldflags = [ "-s" "-w" "-X main.version=${version}" ];
1717

0 commit comments

Comments
 (0)