Merge pull request #287476 from r-ryantm/auto-update/prometheus-pve-exporter

prometheus-pve-exporter: 3.2.1 -> 3.2.2

authored by h7x4 and committed by GitHub f36728b2 6dbda4cd

+2 -2
+2 -2
pkgs/servers/monitoring/prometheus/pve-exporter.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "prometheus-pve-exporter"; 9 - version = "3.2.1"; 9 + version = "3.2.2"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-ruJGp/juRxFJwnd0A7/qWgeJHFg9oIKekjWIe3kiUa4="; 13 + sha256 = "sha256-E1hxYslVaMpoeCsTrw/7D0Ycq+GzMpJ0e6B4mEe/UJs="; 14 14 }; 15 15 16 16 propagatedBuildInputs = with python3.pkgs; [