lol

prometheus-wireguard-exporter: 3.5.0 -> 3.6.2

authored by

R. Ryantm and committed by
Yt
b250ca54 427e1072

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