prometheus-alertmanager: 0.15.1 -> 0.15.2 (#48121)

This commit is contained in:
Thilo Uttendorfer 2018-10-09 23:39:52 +02:00 committed by xeji
parent 2ac35c806b
commit dd58c35332

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "alertmanager-${version}"; name = "alertmanager-${version}";
version = "0.15.1"; version = "0.15.2";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/prometheus/alertmanager"; goPackagePath = "github.com/prometheus/alertmanager";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev; inherit rev;
owner = "prometheus"; owner = "prometheus";
repo = "alertmanager"; repo = "alertmanager";
sha256 = "110l8xy3bkgq137hvvz2v5cr464j02fy43lvgd3l8n5v8qmv81vy"; sha256 = "1r4j22jnxayicz9hn0pwm77cgzzywr5haq0hwz6sx5j2xwjmnwm7";
}; };
# Tests exist, but seem to clash with the firewall. # Tests exist, but seem to clash with the firewall.