Merge pull request #202445 from r-ryantm/auto-update/prometheus-wireguard-exporter

prometheus-wireguard-exporter: 3.6.3 -> 3.6.6
This commit is contained in:
Mario Rodas 2022-11-29 20:58:18 -05:00 committed by GitHub
commit 334987c04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "wireguard-exporter";
version = "3.6.3";
version = "3.6.6";
src = fetchFromGitHub {
owner = "MindFlavor";
repo = "prometheus_wireguard_exporter";
rev = version;
sha256 = "sha256-m29/whlmhIkLin84NOWs2NVZcXNpVsyyHZ1CLp4FXd0=";
sha256 = "sha256-2e31ZuGJvpvu7L2Lb+n6bZWpC1JhETzEzSiNaxxsAtA=";
};
cargoSha256 = "sha256-XK4hjBIcOx6JMv61gOpIXaZy7Unw+Bk84TEb+8Fib6Q=";
cargoSha256 = "sha256-NsxGpjuZPpz4gCJRp5IOcfRFh8DTud47nV2bE0/kc2Q=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];