Merge pull request #238754 from vojta001/prometheus-pve-exporter

prometheus-pve-exporter: 2.2.2 -> 2.3.0
This commit is contained in:
Nick Cao 2023-06-20 20:51:38 -06:00 committed by GitHub
commit 945e044487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;