fritz-exporter: 2.4.3 -> 2.5.0

https://github.com/pdreker/fritz_exporter/releases/tag/fritzexporter-v2.5.0
This commit is contained in:
Marie Ramlow 2024-03-13 16:33:37 +01:00
parent e29f2dbc68
commit 818ba28b10
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "fritz-exporter";
version = "2.4.3";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pdreker";
repo = "fritz_exporter";
rev = "fritzexporter-v${version}";
hash = "sha256-2A8hw2XkdxkauG+lMlKfObEvLHUQk79xWmlp0hlrXYM=";
hash = "sha256-x5WCVDIKdreQCmVpiWbmVBNo42P5kSxX9dLMBKfZTWc=";
};
postPatch = ''