prometheus-alertmanager: 0.15.2 -> 0.15.3

This commit is contained in:
Franz Pletz 2018-11-20 12:58:50 +01:00
parent 5fcb1debf7
commit 3cd66c1263
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.15.2"; version = "0.15.3";
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 = "1r4j22jnxayicz9hn0pwm77cgzzywr5haq0hwz6sx5j2xwjmnwm7"; sha256 = "037wwfadb9rp1592v8bkqcsy9ym4gbhkg3pz6a6fzirg65d29aia";
}; };
# Tests exist, but seem to clash with the firewall. # Tests exist, but seem to clash with the firewall.