{ 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-a4M9SPckwkvetxjWMamm0x2wcg2a+Rkicn1XRUHieuM="; }) ]; }); }