1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

prometheus-alertmanager: 0.13.0 -> 0.14.0

This commit is contained in:
Franz Pletz 2018-03-04 16:32:37 +01:00
parent f51d9e399e
commit 440c24e247
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -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";
@ -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.