prometheus-pve-exporter: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm 2024-02-09 12:03:34 +00:00
parent 442d407992
commit ae3055dcb4

View file

@ -6,11 +6,11 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "prometheus-pve-exporter"; pname = "prometheus-pve-exporter";
version = "3.2.1"; version = "3.2.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-ruJGp/juRxFJwnd0A7/qWgeJHFg9oIKekjWIe3kiUa4="; sha256 = "sha256-E1hxYslVaMpoeCsTrw/7D0Ycq+GzMpJ0e6B4mEe/UJs=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [