prometheus-pve-exporter: 3.8.2 -> 3.8.3

This commit is contained in:
R. Ryantm
2026-04-30 15:07:06 +00:00
parent 7d12338ee7
commit d65a4783f5
@@ -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; [