Unverified Commit fe80f2be authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

parents e5e1915a 38d6ed1f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "nginx_exporter";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "nginxinc";
    repo = "nginx-prometheus-exporter";
    rev = "v${version}";
    sha256 = "sha256-wLLHhbIA4jPgXtVIP6ycxgXfULODngPSpV3rZpJFSjI=";
    sha256 = "sha256-VzgcAyXR9TKpK6CJzKoqN5EgO9rWnZBhwv5Km/k8cK0=";
  };

  vendorHash = "sha256-pMof9Wr6GrH5N97C4VNG2ELtZ6C6ruq5ylMwByotrP0=";
  vendorHash = "sha256-HoRE9hvnyPkLpwc+FfUmithd5UDEJ0TnoDfcifa/0o0=";

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