about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/nagios
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-11-28 09:58:29 +0100
committerLancelot SIX <lsix@lancelotsix.com>2016-11-28 09:58:29 +0100
commitc77011c6decc989d11eef7dcbd37625c980f0790 (patch)
tree2cc5070b486e85e07868ee156a1c8cd549100362 /pkgs/servers/monitoring/nagios
parent5b6d52b4fb7378740d3c2e7017326a5d0f68711e (diff)
downloadnixlib-c77011c6decc989d11eef7dcbd37625c980f0790.tar
nixlib-c77011c6decc989d11eef7dcbd37625c980f0790.tar.gz
nixlib-c77011c6decc989d11eef7dcbd37625c980f0790.tar.bz2
nixlib-c77011c6decc989d11eef7dcbd37625c980f0790.tar.lz
nixlib-c77011c6decc989d11eef7dcbd37625c980f0790.tar.xz
nixlib-c77011c6decc989d11eef7dcbd37625c980f0790.tar.zst
nixlib-c77011c6decc989d11eef7dcbd37625c980f0790.zip
nagiosPluginsOfficial: 2.0.3 -> 2.1.4
See https://github.com/nagios-plugins/nagios-plugins/blob/master/NEWS
for release history
Diffstat (limited to 'pkgs/servers/monitoring/nagios')
-rw-r--r--pkgs/servers/monitoring/nagios/plugins/official-2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/nagios/plugins/official-2.x.nix b/pkgs/servers/monitoring/nagios/plugins/official-2.x.nix
index 79180f172417..306dee0ec627 100644
--- a/pkgs/servers/monitoring/nagios/plugins/official-2.x.nix
+++ b/pkgs/servers/monitoring/nagios/plugins/official-2.x.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "nagios-plugins-${version}";
-  version = "2.0.3";
+  version = "2.1.4";
 
   src = fetchurl {
     url = "http://nagios-plugins.org/download/${name}.tar.gz";
-    sha256 = "0jm0mn55hqwl8ffx8ww9mql2wrkhp1h2k8jw53q3h0ff5m22204g";
+    sha256 = "146hrpcwciz0niqsv4k5yvkhaggs9mr5v02xnnxp5yp0xpdbama3";
   };
 
   # !!! Awful hack. Grrr... this of course only works on NixOS.