3
0
Fork 0
forked from mirrors/nixpkgs

prometheus-blackbox-exporter: 0.9.1 -> 0.10.0

This commit is contained in:
Franz Pletz 2017-10-20 00:58:02 +02:00
parent 826258889e
commit 8e5a5904c1
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "blackbox_exporter-${version}";
version = "0.9.1";
version = "0.10.0";
rev = version;
goPackagePath = "github.com/prometheus/blackbox_exporter";
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "prometheus";
repo = "blackbox_exporter";
sha256 = "03sc1h8jfxaw7c5d6lkj6x653zhxhh0v29n6db3319nsfx00nrag";
sha256 = "0xxlmg6yin63pghlvjj8amf0h5plnichvcrmcq67bffhz6d792gc";
};
meta = with stdenv.lib; {