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
1 changed files with 2 additions and 2 deletions

View File

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