Loading pkgs/by-name/fr/fritz-exporter/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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"; Loading Loading
pkgs/by-name/fr/fritz-exporter/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading @@ -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"; Loading