prometheus-pve-exporter: 3.4.5 -> 3.4.6

This commit is contained in:
R. Ryantm
2024-12-09 13:34:08 +00:00
parent 977c9efc51
commit 67b443d3e0
@@ -6,11 +6,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "prometheus_pve_exporter";
version = "3.4.5";
version = "3.4.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jsv45qK1KZYJn9ClokaXa+FVWOEQzoPX9uP26VAQ4yo=";
hash = "sha256-V+/SeQEBRfH9vVYR43sZI0SuPSDaQqXeuy958f6txm0=";
};
propagatedBuildInputs = with python3.pkgs; [