1 { lib, fetchFromGitHub, buildGoModule }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-g0D6nJiHY7cz72DSmdQZsj9Vgv/VOp0exTcLsaypGiU=";
14 vendorHash = "sha256-qrLECQkjXH0aTHmysq64jnXj9jgbunpVtBAIXJOEYIY=";
16 ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];
19 homepage = "https://github.com/muesli/gitty/";
20 description = "Contextual information about your git projects, right on the command-line";
21 license = licenses.mit;
22 maintainers = with maintainers; [ izorkin ];
23 mainProgram = "gitty";