prometheus-alertmanager: 0.14.0 -> 0.15.1

This commit is contained in:
Franz Pletz 2018-07-15 20:40:52 +02:00
parent b68155de84
commit 27b8072a98
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "alertmanager-${version}"; name = "alertmanager-${version}";
version = "0.14.0"; version = "0.15.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 = "0f6yi19zffxnp3dlr4zs52b7bllks3kjxkdn9zvvi5lvpkzmba5j"; sha256 = "110l8xy3bkgq137hvvz2v5cr464j02fy43lvgd3l8n5v8qmv81vy";
}; };
# Tests exist, but seem to clash with the firewall. # Tests exist, but seem to clash with the firewall.