mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
prometheus-blackbox-exporter: 0.11.0 -> 0.12.0
This commit is contained in:
parent
a88ec5e8a5
commit
1497815543
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "blackbox_exporter-${version}";
|
name = "blackbox_exporter-${version}";
|
||||||
version = "0.11.0";
|
version = "0.12.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 = "1zwhyvjkf222bwvgim28yizk2vq0777dviqfkkc3vdhiwl9amr8v";
|
sha256 = "0gd3vymk3qdfjnf0rx9kwc6v0jv7f8l30igvj2v7bljar2d6hzxf";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue