9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-j88ZnJ0V8h/fthOWwV6B0ZbzUz7THykqrI2QpOkDT4I=";
20 cargoHash = "sha256-H41wpG5LhjJ7BtFrol0JbjTpssOPUgumgapOiZJi2lc=";
22 nativeBuildInputs = [ installShellFiles ];
24 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
27 installManPage git-gone.1
31 description = "Cleanup stale Git branches of merge requests";
32 homepage = "https://github.com/swsnr/git-gone";
33 changelog = "https://github.com/swsnr/git-gone/raw/v${version}/CHANGELOG.md";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ cafkafk ];
36 mainProgram = "git-gone";