Unverified Commit 6b1875de authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

prometheus-pve-exporter: 3.5.2 -> 3.5.3 (#401607)

parents be2578ec 52b0109b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "prometheus_pve_exporter";
  version = "3.5.2";
  version = "3.5.3";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-910ZDSaUXIbTu8Xkbu0kvPhRncHw1jC4C7GJQdACL2U=";
    hash = "sha256-8QFXhGQWmkrKdZQwlIrdTa76NrNlC/lW3BI0taybpOI=";
  };

  propagatedBuildInputs = with python3.pkgs; [