check-esxi-hardware: 20161013 -> 20181001

This commit is contained in:
Peter Hoeg 2018-12-27 14:22:27 +08:00
parent 3e6e9f5639
commit 010502472f

View File

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