prometheus-blackbox-exporter: 0.10.0 -> 0.11.0

This commit is contained in:
Robin Gloster 2017-12-28 17:38:02 +01:00
parent 02545a64a9
commit a0d3ee9fce
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

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