summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/prometheus-systemd-exporter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/prometheus-systemd-exporter.nix b/overlays/prometheus-systemd-exporter.nix
index 3a3ddc07..84cddb8e 100644
--- a/overlays/prometheus-systemd-exporter.nix
+++ b/overlays/prometheus-systemd-exporter.nix
@@ -4,7 +4,7 @@
4 (final.fetchpatch { 4 (final.fetchpatch {
5 name = "cpu_stat.patch"; 5 name = "cpu_stat.patch";
6 url = "https://github.com/prometheus-community/systemd_exporter/pull/74.patch"; 6 url = "https://github.com/prometheus-community/systemd_exporter/pull/74.patch";
7 hash = "sha256-ClrV9ZOlRruYXaeQwhWc9h88LP3Rm33Jf/dvxbqRS2I="; 7 hash = "sha256-a4M9SPckwkvetxjWMamm0x2wcg2a+Rkicn1XRUHieuM=";
8 }) 8 })
9 ]; 9 ];
10 }); 10 });