about summary refs log tree commit diff
path: root/pkgs/servers/monitoring
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-09-08 15:25:05 +0200
committerRobin Gloster <mail@glob.in>2016-09-08 15:26:49 +0200
commitf77191888d724d2f4ba077fc534205bad0e5d137 (patch)
treeb097761f70a32ccb5ec13a6122ede332a6b085cd /pkgs/servers/monitoring
parentf39f829441710a754842590fd49b67a85e0d4eab (diff)
downloadnixlib-f77191888d724d2f4ba077fc534205bad0e5d137.tar
nixlib-f77191888d724d2f4ba077fc534205bad0e5d137.tar.gz
nixlib-f77191888d724d2f4ba077fc534205bad0e5d137.tar.bz2
nixlib-f77191888d724d2f4ba077fc534205bad0e5d137.tar.lz
nixlib-f77191888d724d2f4ba077fc534205bad0e5d137.tar.xz
nixlib-f77191888d724d2f4ba077fc534205bad0e5d137.tar.zst
nixlib-f77191888d724d2f4ba077fc534205bad0e5d137.zip
prometheus-alertmanager: 0.3.0 -> 0.4.2
Diffstat (limited to 'pkgs/servers/monitoring')
-rw-r--r--pkgs/servers/monitoring/prometheus/alertmanager.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/prometheus/alertmanager.nix b/pkgs/servers/monitoring/prometheus/alertmanager.nix
index 55ac38f2e379..e9223b3dafd3 100644
--- a/pkgs/servers/monitoring/prometheus/alertmanager.nix
+++ b/pkgs/servers/monitoring/prometheus/alertmanager.nix
@@ -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.