prometheus-pve-exporter: 2.3.0 -> 3.2.1

This commit is contained in:
Kartik Gokte 2024-01-22 23:06:53 +05:30
parent 429ebe89a8
commit 47c647030b

View file

@ -6,11 +6,11 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "prometheus-pve-exporter"; pname = "prometheus-pve-exporter";
version = "2.3.0"; version = "3.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-hL1+vP+/Xi3od+17906YARgg4APlFhRkdOCnRxDHJmM="; sha256 = "sha256-ruJGp/juRxFJwnd0A7/qWgeJHFg9oIKekjWIe3kiUa4=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [