1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-wLxPHaCU0fciSIdK26dV4XOnJsp5EKKEXzgspWC1GvA=";
17 description = "BOSH template merge tool";
18 mainProgram = "spruce";
19 homepage = "https://github.com/geofffranks/spruce";
20 license = licenses.mit;
21 maintainers = with maintainers; [ risson ];