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