Commit ae3055dc authored by R. RyanTM's avatar R. RyanTM
Browse files

prometheus-pve-exporter: 3.2.1 -> 3.2.2

parent 442d4079
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; [