fritz-exporter: 2.6.0 -> 2.6.2 (#517740)

This commit is contained in:
Marie
2026-05-08 07:55:44 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "fritz-exporter";
version = "2.6.0";
version = "2.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pdreker";
repo = "fritz_exporter";
tag = "fritzexporter-v${finalAttrs.version}";
hash = "sha256-m2jDQN6c3S4xDIrmRFdD+stwutBxcespLKZvxp1VC0I=";
hash = "sha256-qHx96TluE3RdkIfMcsnMt+LcHoqS2l5sD0+94yizbp8=";
};
postPatch = ''