prometheus-mysqld-exporter: 0.10.0 -> 0.11.0
This commit is contained in:
parent
f7c9670cd8
commit
f1512dfea3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "mysqld_exporter-${version}";
|
name = "mysqld_exporter-${version}";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/prometheus/mysqld_exporter";
|
goPackagePath = "github.com/prometheus/mysqld_exporter";
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "prometheus";
|
owner = "prometheus";
|
||||||
repo = "mysqld_exporter";
|
repo = "mysqld_exporter";
|
||||||
sha256 = "1133bgyp5vljz2qvfh0qzq8h8bkc8vci3jnmbr633bh3jpaqm2py";
|
sha256 = "1684jf96dy5bs0y0689vlcw82lqw8kw2phlnp6pq1cq56fcwdxjn";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user