about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/plugins
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-12-27 14:22:27 +0800
committerPeter Hoeg <peter@hoeg.com>2018-12-27 14:22:27 +0800
commit010502472fb23a8794824a4b987e8335aec14549 (patch)
tree41763905993342e8a8b21f17003f606998ccb7bc /pkgs/servers/monitoring/plugins
parent3e6e9f563971391356e32a5041a816b5908433f3 (diff)
downloadnixlib-010502472fb23a8794824a4b987e8335aec14549.tar
nixlib-010502472fb23a8794824a4b987e8335aec14549.tar.gz
nixlib-010502472fb23a8794824a4b987e8335aec14549.tar.bz2
nixlib-010502472fb23a8794824a4b987e8335aec14549.tar.lz
nixlib-010502472fb23a8794824a4b987e8335aec14549.tar.xz
nixlib-010502472fb23a8794824a4b987e8335aec14549.tar.zst
nixlib-010502472fb23a8794824a4b987e8335aec14549.zip
check-esxi-hardware: 20161013 -> 20181001
Diffstat (limited to 'pkgs/servers/monitoring/plugins')
-rw-r--r--pkgs/servers/monitoring/plugins/esxi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/monitoring/plugins/esxi.nix b/pkgs/servers/monitoring/plugins/esxi.nix
index e458e130ba49..888cef61fcb6 100644
--- a/pkgs/servers/monitoring/plugins/esxi.nix
+++ b/pkgs/servers/monitoring/plugins/esxi.nix
@@ -6,13 +6,13 @@ let
 
 in python2Packages.buildPythonApplication rec {
   name = "${pName}-${version}";
-  version = "20161013";
+  version = "20181001";
 
   src = fetchFromGitHub {
     owner  = "Napsty";
     repo   = bName;
     rev    = version;
-    sha256 = "19zybcg62dqcinixnp1p8zw916x3w7xvy6dlsmn347iigfa5s55s";
+    sha256 = "0azfacxcnnxxfqzrhh29k8cnjyr88gz35bi6h8fq931fl3plv10l";
   };
 
   dontBuild = true;