Skip to content

Commit

Permalink
prometheus-blackbox-exporter: 0.8.1 -> 0.9.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 6dc9d21)
  • Loading branch information
fpletz committed Oct 2, 2017
1 parent c117f02 commit 5c80ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/prometheus/blackbox-exporter.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "blackbox_exporter-${version}";
version = "0.8.1";
version = "0.9.1";
rev = version;

goPackagePath = "github.com/prometheus/blackbox_exporter";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "prometheus";
repo = "blackbox_exporter";
sha256 = "1bnn1xa11593m66ihdnyka0ck8zmg4abvwdyy5fpnyx29g3ym4sd";
sha256 = "03sc1h8jfxaw7c5d6lkj6x653zhxhh0v29n6db3319nsfx00nrag";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 5c80ad9

Please sign in to comment.