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:
commit
334987c04b
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wireguard-exporter";
|
pname = "wireguard-exporter";
|
||||||
version = "3.6.3";
|
version = "3.6.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MindFlavor";
|
owner = "MindFlavor";
|
||||||
repo = "prometheus_wireguard_exporter";
|
repo = "prometheus_wireguard_exporter";
|
||||||
rev = version;
|
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 ];
|
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue