Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0922ac503c2f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e93a26040143
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 6, 2019

  1. Copy the full SHA
    fa16b6a View commit details

Commits on Dec 7, 2019

  1. Merge pull request #75118 from WilliButz/update-nginx-exporter

    prometheus-nginx-exporter: 0.4.2 -> 0.5.0
    Ma27 authored Dec 7, 2019
    Copy the full SHA
    e93a260 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/monitoring/prometheus/nginx-exporter.nix
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/prometheus/nginx-exporter.nix
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "nginx_exporter";
version = "0.4.2";
version = "0.5.0";

goPackagePath = "github.com/nginxinc/nginx-prometheus-exporter";

@@ -14,7 +14,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "nginxinc";
repo = "nginx-prometheus-exporter";
sha256 = "023nl83w0fic7sj0yxxgj7jchyafqnmv6dq35amzz37ikx92mdcj";
sha256 = "1fyn2bjq80dx4jv1rakrm0vg6i657a5rs7kkg0f9mbv1alir8kkx";
};

doCheck = true;