1 { lib, buildGoModule, fetchFromGitHub, testers, scmpuff }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-+L0W+M8sZdUSCWj9Ftft1gkRRfWMHdxon2xNnotx8Xs=";
14 vendorHash = "sha256-7WHVSEz3y1nxWfbxkzkfHhINLC8+snmWknHyUUpNy7c=";
16 ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];
18 passthru.tests.version = testers.testVersion {
20 command = "scmpuff version";
24 description = "Add numbered shortcuts to common git commands";
25 homepage = "https://github.com/mroth/scmpuff";
26 license = licenses.mit;
27 maintainers = with maintainers; [ cpcloud ];
28 mainProgram = "scmpuff";