forked from mirrors/nixpkgs
check-esxi-hardware: 20161013 -> 20181001
This commit is contained in:
parent
3e6e9f5639
commit
010502472f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue