prometheus-pve-exporter: 2.2.2 -> 2.3.0
This commit is contained in:
parent
87650d0a28
commit
ff0826dcbe
1 changed files with 3 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "prometheus-pve-exporter";
|
||||
version = "2.2.2";
|
||||
version = "2.3.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0vvsiw8nj8zkx6v42f260xbsdd92l0ac4vwpm7w38j3qwvanar7k";
|
||||
sha256 = "sha256-hL1+vP+/Xi3od+17906YARgg4APlFhRkdOCnRxDHJmM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
pyyaml
|
||||
requests
|
||||
werkzeug
|
||||
gunicorn
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue