Skip to content

Commit

Permalink
prometheus-alertmanager: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 4, 2018
1 parent f51d9e3 commit 440c24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/monitoring/prometheus/alertmanager.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "alertmanager-${version}";
version = "0.13.0";
version = "0.14.0";
rev = "v${version}";

goPackagePath = "github.com/prometheus/alertmanager";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
inherit rev;
owner = "prometheus";
repo = "alertmanager";
sha256 = "170q5fynwa3g3wm77g61610n1lf5kqirhrgak6slqzn52ji870nc";
sha256 = "0f6yi19zffxnp3dlr4zs52b7bllks3kjxkdn9zvvi5lvpkzmba5j";
};

# Tests exist, but seem to clash with the firewall.
Expand Down

0 comments on commit 440c24e

Please sign in to comment.