Unverified Commit 56c09341 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

prometheus-pve-exporter: 3.2.2 -> 3.2.4
parents 7bec749e 0ae16ce4
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.2";
  version = "3.2.4";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-E1hxYslVaMpoeCsTrw/7D0Ycq+GzMpJ0e6B4mEe/UJs=";
    sha256 = "sha256-C7agnOUdtd4YncAiaPQaZqBJ8DKZoM1Fa+dr1F4xYgI=";
  };

  propagatedBuildInputs = with python3.pkgs; [