prometheus-pve-exporter: 3.8.2 -> 3.8.3 (#515094)

This commit is contained in:
Nick Cao
2026-04-30 19:41:08 +00:00
committed by GitHub
@@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "prometheus_pve_exporter";
version = "3.8.2";
version = "3.8.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-fHXWX4gaoP/DRkBw4HEAveUSdRCd4BJCElvGbaSf1TU=";
hash = "sha256-dVawZB5oewu7sNj0lZ4koVia6gorjtxpSu66Lvl6XuE=";
};
propagatedBuildInputs = with python3.pkgs; [