summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-02-02 22:22:32 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-02-02 22:22:32 +0100
commite56f44e60f0ff7280728f68bbbea39b62cce1749 (patch)
treea399961d30527b15c30f2d6ccf5f67307f976b49 /overlays
parent150e7609b9592c8f9ba5bdee205e1d220ded5356 (diff)
downloadnixos-e56f44e60f0ff7280728f68bbbea39b62cce1749.tar
nixos-e56f44e60f0ff7280728f68bbbea39b62cce1749.tar.gz
nixos-e56f44e60f0ff7280728f68bbbea39b62cce1749.tar.bz2
nixos-e56f44e60f0ff7280728f68bbbea39b62cce1749.tar.xz
nixos-e56f44e60f0ff7280728f68bbbea39b62cce1749.zip
...
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 });