{ lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "spruce"; version = "1.30.2"; src = fetchFromGitHub { owner = "geofffranks"; repo = pname; rev = "v${version}"; hash = "sha256-flY81xiUfOyfdavhF0AyIwrB2G8N6BWltdGMT2uf9Co="; }; vendorHash = null; meta = with lib; { description = "A BOSH template merge tool"; homepage = "https://github.com/geofffranks/spruce"; license = licenses.mit; maintainers = with maintainers; [ risson ]; }; }