prometheus-pve-exporter: 2.2.2 -> 2.3.0

+3 -2
+3 -2
pkgs/servers/monitoring/prometheus/pve-exporter.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "prometheus-pve-exporter"; 9 - version = "2.2.2"; 9 + version = "2.3.0"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "0vvsiw8nj8zkx6v42f260xbsdd92l0ac4vwpm7w38j3qwvanar7k"; 13 + sha256 = "sha256-hL1+vP+/Xi3od+17906YARgg4APlFhRkdOCnRxDHJmM="; 14 14 }; 15 15 16 16 propagatedBuildInputs = with python3.pkgs; [ ··· 19 19 pyyaml 20 20 requests 21 21 werkzeug 22 + gunicorn 22 23 ]; 23 24 24 25 doCheck = false;