8 pname = "quicktemplate";
11 src = fetchFromGitHub {
13 repo = "quicktemplate";
15 sha256 = "0xzsvhpllmzmyfg8sj1dpp02826j1plmyrdvqbwryzhf2ci33nqr";
21 homepage = "https://github.com/valyala/quicktemplate";
22 description = "Fast, powerful, yet easy to use template engine for Go";
23 license = licenses.mit;
24 maintainers = with maintainers; [ Madouura ];