12 src = fetchFromGitHub {
16 hash = "sha256-ARqWLm2EEqeV3/VxjSRTXoXywrmQLLGxHab4H6+JMpg=";
19 vendorHash = "sha256-pmnSeQHZEtsshldfq6D/r5pMYA5ivMWkzjOq2/WseYU=";
21 CGO_CFLAGS = [ "-Wno-format-security" ];
26 "-X github.com/k1LoW/tbls.commit=unspecified"
27 "-X github.com/k1LoW/tbls.date=unspecified"
28 "-X github.com/k1LoW/tbls.version=${src.rev}"
29 "-X github.com/k1LoW/tbls/version.Version=${src.rev}"
33 # Remove tests that require additional services.
35 datasource/datasource_test.go \
39 passthru.tests.version = testers.testVersion {
41 command = "tbls version";
46 description = "A tool to generate documentation based on a database";
47 homepage = "https://github.com/k1LoW/tbls";
48 changelog = "https://github.com/k1LoW/tbls/blob/${src.rev}/CHANGELOG.md";
49 license = licenses.mit;
50 maintainers = with maintainers; [ azahi ];