prometheus-consul-exporter: 0.3.0 -> 0.6.0

This commit is contained in:
R. RyanTM 2020-06-15 13:31:31 +00:00
parent fa43a4a13e
commit 2791806a33

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "consul_exporter";
version = "0.3.0";
version = "0.6.0";
goPackagePath = "github.com/prometheus/consul_exporter";
@ -10,7 +10,7 @@ buildGoPackage rec {
owner = "prometheus";
repo = "consul_exporter";
rev = "v${version}";
sha256 = "1zffbxyfmqpbdqkx5rb5vjgd9j4p4zcrh6jvn1zhbdzrcs7khnd9";
sha256 = "0s30blb4d8zw9f6x7dsnc1rxmxzsaih9w3xxxgr6c9xsm347mj86";
};
meta = with stdenv.lib; {