about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/prometheus
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-03-07 09:47:19 -0500
committerBenjamin Hipple <bhipple@protonmail.com>2020-03-07 09:47:19 -0500
commit29000587d495fa7bf83361c442155ddeaf082546 (patch)
tree986e57e3fb4c89f9c3d2bc1f517aba9388cfff8a /pkgs/servers/monitoring/prometheus
parentb0737acd28332cc178db8c130cd5e0c47e2a5917 (diff)
downloadnixlib-29000587d495fa7bf83361c442155ddeaf082546.tar
nixlib-29000587d495fa7bf83361c442155ddeaf082546.tar.gz
nixlib-29000587d495fa7bf83361c442155ddeaf082546.tar.bz2
nixlib-29000587d495fa7bf83361c442155ddeaf082546.tar.lz
nixlib-29000587d495fa7bf83361c442155ddeaf082546.tar.xz
nixlib-29000587d495fa7bf83361c442155ddeaf082546.tar.zst
nixlib-29000587d495fa7bf83361c442155ddeaf082546.zip
prometheus-wireguard-exporter: upgrade cargo fetcher and cargoSha256
Diffstat (limited to 'pkgs/servers/monitoring/prometheus')
-rw-r--r--pkgs/servers/monitoring/prometheus/wireguard-exporter.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/servers/monitoring/prometheus/wireguard-exporter.nix b/pkgs/servers/monitoring/prometheus/wireguard-exporter.nix
index 15802510da3c..1a7a2ebdf211 100644
--- a/pkgs/servers/monitoring/prometheus/wireguard-exporter.nix
+++ b/pkgs/servers/monitoring/prometheus/wireguard-exporter.nix
@@ -11,10 +11,7 @@ rustPlatform.buildRustPackage rec {
     sha256 = "18khym7ygj29w98zf6i1l5c2pz84zla2z34l5jnh595xvwfl94pc";
   };
 
-  # Delete this on next update; see #79975 for details
-  legacyCargoFetcher = true;
-
-  cargoSha256 = "1bi9nr1dhyv322pq6fjrhs12h3wdak53mvwkbyim1hmrp62vky4m";
+  cargoSha256 = "0m7xa610k260gxn2xg6bc2y6fww0p72mvvik7278j2d15044c4yl";
 
   buildInputs = lib.optional stdenv.isDarwin Security;
 
@@ -26,8 +23,8 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A Prometheus exporter for WireGuard, written in Rust.";
+    homepage = "https://github.com/MindFlavor/prometheus_wireguard_exporter";
     license = licenses.mit;
-    homepage = https://github.com/MindFlavor/prometheus_wireguard_exporter;
     maintainers = with maintainers; [ ma27 globin ];
   };
 }