File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1010
1111buildGoModule rec {
1212 pname = "tbls" ;
13- version = "1.80 .0" ;
13+ version = "1.82 .0" ;
1414
1515 src = fetchFromGitHub {
1616 owner = "k1LoW" ;
1717 repo = "tbls" ;
18- rev = "v${ version } " ;
19- hash = "sha256-3ix0BmPPHbbQReF5XRlrmIqfYGqcHLCbbe4dcXFF3ys =" ;
18+ tag = "v${ version } " ;
19+ hash = "sha256-wDovKX+1QjZ/IN73nDJ8zoIq74l8E6xXH2c3ZF7YW7A =" ;
2020 } ;
2121
22- vendorHash = "sha256-8Kj4G/oYKaoANU09kI56nF9kURzg+Y8pB7YO1b6nvuA=" ;
22+ vendorHash = "sha256-+OnlEe5znRBhLxf8M1vAP7OmvYIvIR6avbUvYbL/Mfc=" ;
23+
24+ excludedPackages = [ "scripts/jsonschema" ] ;
2325
2426 nativeBuildInputs = [ installShellFiles ] ;
2527
@@ -50,12 +52,12 @@ buildGoModule rec {
5052 inherit version ;
5153 } ;
5254
53- meta = with lib ; {
55+ meta = {
5456 description = "Tool to generate documentation based on a database structure" ;
5557 homepage = "https://github.com/k1LoW/tbls" ;
5658 changelog = "https://github.com/k1LoW/tbls/blob/${ src . rev } /CHANGELOG.md" ;
57- license = licenses . mit ;
58- maintainers = with maintainers ; [ azahi ] ;
59+ license = lib . licenses . mit ;
60+ maintainers = with lib . maintainers ; [ azahi ] ;
5961 mainProgram = "tbls" ;
6062 } ;
6163}
You can’t perform that action at this time.
0 commit comments