1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-ZrBkVXRGZp8yGFIBo7sLGvJ8pMQq7Cq0xJiko57z164=";
14 vendorHash = "sha256-PqSjSFTVrIsQ065blIxZ9H/ARku6BEcnjboH+0K0G14=";
17 "-s" "-w" "-X main.version=${version}"
21 ln -s $out/bin/microplane $out/bin/mp
25 description = "A CLI tool to make git changes across many repos";
26 homepage = "https://github.com/Clever/microplane";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ dbirks ];