prometheus-wireguard-exporter: 3.6.2 -> 3.6.3

authored by R. Ryantm and committed by Yt 376d67e1 549a1bf9

+3 -3
+3 -3
pkgs/servers/monitoring/prometheus/wireguard-exporter.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wireguard-exporter"; 5 - version = "3.6.2"; 6 7 src = fetchFromGitHub { 8 owner = "MindFlavor"; 9 repo = "prometheus_wireguard_exporter"; 10 rev = version; 11 - sha256 = "sha256-eVGyBynKZLGlsaLwUOx7cJWdRHl65S0Wk1K5c9T8ysQ="; 12 }; 13 14 - cargoSha256 = "sha256-JbFoaMTs6TPYq2qgBkT7WX1itMXohgcWbC1UvaXOi8o="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wireguard-exporter"; 5 + version = "3.6.3"; 6 7 src = fetchFromGitHub { 8 owner = "MindFlavor"; 9 repo = "prometheus_wireguard_exporter"; 10 rev = version; 11 + sha256 = "sha256-m29/whlmhIkLin84NOWs2NVZcXNpVsyyHZ1CLp4FXd0="; 12 }; 13 14 + cargoSha256 = "sha256-XK4hjBIcOx6JMv61gOpIXaZy7Unw+Bk84TEb+8Fib6Q="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ]; 17