prometheus-pve-exporter: 2.2.2 -> 2.3.0

This commit is contained in:
Vojtěch Káně 2023-06-20 14:34:14 +02:00
parent 87650d0a28
commit ff0826dcbe

View file

@ -6,11 +6,11 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "prometheus-pve-exporter"; pname = "prometheus-pve-exporter";
version = "2.2.2"; version = "2.3.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0vvsiw8nj8zkx6v42f260xbsdd92l0ac4vwpm7w38j3qwvanar7k"; sha256 = "sha256-hL1+vP+/Xi3od+17906YARgg4APlFhRkdOCnRxDHJmM=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -19,6 +19,7 @@ python3.pkgs.buildPythonApplication rec {
pyyaml pyyaml
requests requests
werkzeug werkzeug
gunicorn
]; ];
doCheck = false; doCheck = false;