Marie Ramlow
2025-10-22 13:07:47 +02:00
parent 1ff342edec
commit 0fa3eee10d
+5 -2
View File
@@ -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";