prometheus-alertmanager: 0.8.0 -> 0.9.1

This commit is contained in:
Christine Koppelt 2017-10-30 16:42:58 +01:00 committed by Franz Pletz
parent c5dadc7f32
commit 821a7a38ea

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "alertmanager-${version}"; name = "alertmanager-${version}";
version = "0.8.0"; version = "0.9.1";
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 = "0bqc58j0nrq7y8nbd927z7x74m8mcd2782cxkqwscpq6d9983qql"; sha256 = "1lkfj63pp4jf58xmn015r7s42p1wyj6fryihpmdn0k76b0ccwqzj";
}; };
# Tests exist, but seem to clash with the firewall. # Tests exist, but seem to clash with the firewall.