Merge pull request #68502 from WilliButz/update-blackbox-exporter

prometheus-blackbox-exporter: 0.14.0 -> 0.15.0
This commit is contained in:
Maximilian Bosch 2019-09-11 18:00:53 +02:00 committed by GitHub
commit 9d29d17957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "blackbox_exporter";
version = "0.14.0";
version = "0.15.0";
rev = version;
goPackagePath = "github.com/prometheus/blackbox_exporter";
@ -11,7 +11,7 @@ buildGoPackage rec {
rev = "v${version}";
owner = "prometheus";
repo = "blackbox_exporter";
sha256 = "1v5n59p9jl6y1ka9mqp0ibx1kpcb3gbpl0i6bhqpbr154frmqm4x";
sha256 = "06llb37xpn5zjnqkw526vbk4mfdiwrv3yg7aw4365p3gz5dk085i";
};
doCheck = true;