6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
13 rev = "refs/tags/${version}";
14 hash = "sha256-NtAzh7n5bJXMt73L+FJU3vuNoNgga3wYXdZ2TY8AjIA=";
17 cargoHash = "sha256-0jPAidJu3f3exXkVCLowR1zHsZ3bctWu+O2mQmSwSpE=";
20 description = "Ping the host continuously and write results to a file";
21 homepage = "https://github.com/audiusGmbH/audion";
22 changelog = "https://github.com/audiusGmbH/audion/releases/tag/${version}";
23 license = licenses.mit;
24 maintainers = with maintainers; [ fab ];
25 mainProgram = "audion";