1 { lib, buildGoModule, fetchFromGitHub }:
6 owner = "hairyhenderson";
9 src = fetchFromGitHub {
12 sha256 = "sha256-NvTwiGyBHhHiVHdWeXnJONNkHkrvsc1zmHPK8rSHaQw=";
15 vendorSha256 = "sha256-BIcOErtlcnE70Mo6fjmA/btvSpw95RaKLqNWsgyJgpc=";
18 # some tests require network access
20 internal/tests/integration/datasources_blob_test.go \
21 internal/tests/integration/datasources_git_test.go
22 # some tests rely on external tools we'd rather not depend on
23 rm internal/tests/integration/datasources_consul_test.go \
24 internal/tests/integration/datasources_vault*_test.go
27 # TestInputDir_RespectsUlimit
35 "-X github.com/${owner}/${pname}/v3/version.Version=${rev}"
39 description = "A flexible commandline tool for template rendering";
40 homepage = "https://gomplate.ca/";
41 maintainers = with maintainers; [ ris jlesquembre ];
42 license = licenses.mit;