10 src = fetchFromGitHub {
11 owner = "hairyhenderson";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-0cYQ44SF8fQ5Ml0tRUbqTFZ+zDVTV6elox1q6tNsG7Q=";
17 vendorHash = "sha256-8siITXKIqDbph/74aBEvkbLVqHE30VyRompFL6z92zA=";
20 # some tests require network access
22 internal/tests/integration/datasources_blob_test.go \
23 internal/tests/integration/datasources_git_test.go
24 # some tests rely on external tools we'd rather not depend on
25 rm internal/tests/integration/datasources_consul_test.go \
26 internal/tests/integration/datasources_vault*_test.go
29 # TestInputDir_RespectsUlimit
37 "-X github.com/${src.owner}/${pname}/v3/version.Version=${version}"
41 description = "A flexible commandline tool for template rendering";
42 mainProgram = "gomplate";
43 homepage = "https://gomplate.ca/";
44 changelog = "https://github.com/hairyhenderson/gomplate/releases/tag/v${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ ris jlesquembre ];