Skip to content

Commit

Permalink
prometheus-blackbox-exporter: 0.10.0 -> 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Dec 29, 2017
1 parent 02545a6 commit a0d3ee9
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.10.0";
version = "0.11.0";
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 = "0xxlmg6yin63pghlvjj8amf0h5plnichvcrmcq67bffhz6d792gc";
sha256 = "1zwhyvjkf222bwvgim28yizk2vq0777dviqfkkc3vdhiwl9amr8v";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit a0d3ee9

Please sign in to comment.