prometheus-pve-exporter: 3.5.4 -> 3.5.5

This commit is contained in:
R. Ryantm
2025-06-20 04:30:58 +00:00
parent 2576cf9ca3
commit f146392e40
@@ -7,11 +7,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "prometheus_pve_exporter";
version = "3.5.4";
version = "3.5.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-eaBjvcnhqgb/FeD/J919T4WjM4Ft9yYYrLtBFFH/CBo=";
hash = "sha256-QFo/gnRF6+mk/xs6vJCxbR64LI3JwrLVwXib6tcEN8g=";
};
propagatedBuildInputs = with python3.pkgs; [