Skip to content

Commit

Permalink
prometheus-blackbox-exporter: 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jun 20, 2017
1 parent b6bacc4 commit 908157c
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.4.0";
version = "0.5.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 = "1wx3lbhg8ljq6ryl1yji0fkrl6hcsda9i5cw042nhqy29q0ymqsh";
sha256 = "1q719q7xslksj9m5c5d8jmap9380nsrdc71yjyn70rimv8xmzfj1";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 908157c

Please sign in to comment.