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

prometheus-pve-exporter: 3.2.2 -> 3.2.4
This commit is contained in:
Nick Cao 2024-04-15 09:58:33 -04:00 committed by GitHub
commit 56c09341ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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