prometheus-blackbox-exporter: 0.4.0 -> 0.5.0

This commit is contained in:
Robin Gloster 2017-06-20 12:04:21 +02:00
parent b6bacc4bb2
commit 908157c6c5
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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";
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "prometheus";
repo = "blackbox_exporter";
sha256 = "1wx3lbhg8ljq6ryl1yji0fkrl6hcsda9i5cw042nhqy29q0ymqsh";
sha256 = "1q719q7xslksj9m5c5d8jmap9380nsrdc71yjyn70rimv8xmzfj1";
};
meta = with stdenv.lib; {