8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-lYj6WIb8HvOO/RlxeTzD3r7Jjfx4mDqZ9VKo0chvooU=";
19 cargoHash = "sha256-G3IfxIhQ1t47ZhndTBmcUZNXHYehaaMVgIjBuD71zHE=";
21 buildInputs = lib.optionals stdenv.isDarwin [
26 description = "Background rust code checker";
27 mainProgram = "bacon";
28 homepage = "https://github.com/Canop/bacon";
29 changelog = "https://github.com/Canop/bacon/blob/v${version}/CHANGELOG.md";
30 license = licenses.agpl3Only;
31 maintainers = with maintainers; [ FlorianFranzen ];