{ final, prev, ... }: { prometheus-systemd-exporter = prev.prometheus-systemd-exporter.overrideAttrs (oldAttrs: { patches = (oldAttrs.patches or []) ++ [ (final.fetchpatch { name = "cpu_stat.patch"; url = "https://github.com/prometheus-community/systemd_exporter/pull/74.patch"; hash = "sha256-ClrV9ZOlRruYXaeQwhWc9h88LP3Rm33Jf/dvxbqRS2I="; }) ]; }); }