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