Unverified Commit 492fb297 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

fritz-exporter: 2.5.2 -> 2.6.0 (#454486)

parents b24ce2d8 0fa3eee1
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "fritz-exporter";
  version = "2.5.2";
  version = "2.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pdreker";
    repo = "fritz_exporter";
    tag = "fritzexporter-v${version}";
    hash = "sha256-xQLTI6b8X22aU6dj7Tmkzxn7vE4y8r/djUetG3Qg9Qw=";
    hash = "sha256-m2jDQN6c3S4xDIrmRFdD+stwutBxcespLKZvxp1VC0I=";
  };

  postPatch = ''
@@ -43,6 +43,9 @@ python3.pkgs.buildPythonApplication rec {
    pytestCheckHook
  ];

  # Required for tests
  __darwinAllowLocalNetworking = true;

  meta = {
    changelog = "https://github.com/pdreker/fritz_exporter/blob/${src.tag}/CHANGELOG.md";
    description = "Prometheus exporter for Fritz!Box home routers";