5 rustPlatform.buildRustPackage rec {
7 version = "unstable-20240524";
10 domain = "git.deuxfleurs.fr";
13 rev = "59d315b853d4251dfdfd8229152bc151655da438";
14 hash = "sha256-1xphnyuRMZEeq907nyhAW7iERYJLS1kxH0wRBsfYL40=";
17 cargoHash = "sha256-HZ1VImsfxRd0sFN/vKAKgwIV2eio2GiEz+6c1+dCmdk=";
20 description = "Simple utility to help connect wireguard nodes together in a full mesh topology";
21 homepage = "https://git.deuxfleurs.fr/Deuxfleurs/wgautomesh";
22 license = licenses.agpl3Only;
23 maintainers = [ maintainers.lx ];
24 mainProgram = "wgautomesh";