prometheus-alertmanager: 0.3.0 -> 0.4.2

This commit is contained in:
Robin Gloster 2016-09-08 15:25:05 +02:00
parent f39f829441
commit f77191888d
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.3.0";
version = "0.4.2";
rev = "v${version}";
goPackagePath = "github.com/prometheus/alertmanager";
@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "alertmanager";
sha256 = "0ychc2qvn3lzs4rg5f5sslil7clvcpzclcmfj83qjqp8krpg72b5";
sha256 = "1ngfilln259mh92x5wigiz70lnkgwpfbbmf5682j4pw7m3bxaam8";
};
# Tests exist, but seem to clash with the firewall.