9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-v84ZXhtJpejQmP61NmP06+qrtMu/0yb7UyD7U12xlME=";
20 cargoHash = "sha256-cBAm8LyNKEVJkhZJ+QZU5XtQutb1oNvad8xH70Bi2LM=";
22 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];
25 description = "tool for expediting bazel build workflows";
26 mainProgram = "rebazel";
27 homepage = "https://github.com/meetup/rebazel";
28 license = licenses.mit;
29 maintainers = with maintainers; [ zimbatm ];