Merge pull request #52957 from peterhoeg/u/esx

check-esxi-hardware: 20161013 -> 20181001
This commit is contained in:
Peter Hoeg 2018-12-28 14:41:05 +08:00 committed by GitHub
commit da5aecce81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;