prometheus-blackbox-exporter: 0.10.0 -> 0.11.0
This commit is contained in:
parent
02545a64a9
commit
a0d3ee9fce
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "blackbox_exporter-${version}";
|
name = "blackbox_exporter-${version}";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
rev = version;
|
rev = version;
|
||||||
|
|
||||||
goPackagePath = "github.com/prometheus/blackbox_exporter";
|
goPackagePath = "github.com/prometheus/blackbox_exporter";
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "blackbox_exporter";
|
repo = "blackbox_exporter";
|
||||||
sha256 = "0xxlmg6yin63pghlvjj8amf0h5plnichvcrmcq67bffhz6d792gc";
|
sha256 = "1zwhyvjkf222bwvgim28yizk2vq0777dviqfkkc3vdhiwl9amr8v";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user