Unverified Commit f36728b2 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

prometheus-pve-exporter: 3.2.1 -> 3.2.2
parents 6dbda4cd ae3055dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "prometheus-pve-exporter";
  version = "3.2.1";
  version = "3.2.2";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-ruJGp/juRxFJwnd0A7/qWgeJHFg9oIKekjWIe3kiUa4=";
    sha256 = "sha256-E1hxYslVaMpoeCsTrw/7D0Ycq+GzMpJ0e6B4mEe/UJs=";
  };

  propagatedBuildInputs = with python3.pkgs; [