prometheus-alertmanager: 0.4.2 -> 0.5.0

This commit is contained in:
Robin Gloster 2016-11-07 09:35:55 +01:00
parent ab21519858
commit 9deb7821d9
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

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