prometheus-pve-exporter: 3.8.1 -> 3.8.2 (#504148)

This commit is contained in:
Nick Cao
2026-03-27 18:38:57 +00:00
committed by GitHub
@@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "prometheus_pve_exporter";
version = "3.8.1";
version = "3.8.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-aETUp6ygYvaa9BEFuT1fiQGgdJrslBkQHOMOrcr2Bgc=";
hash = "sha256-fHXWX4gaoP/DRkBw4HEAveUSdRCd4BJCElvGbaSf1TU=";
};
propagatedBuildInputs = with python3.pkgs; [