11 src = fetchFromGitHub {
15 hash = "sha256-yaXS+DS/xeIQXhn3L6x2lp/xu4OxrBqr5wKVbADhZkU=";
18 vendorHash = "sha256-E73yqGhPzZA/1xTYGvTBy0/b4SE9hzx+gdhjX3ClE/Y=";
29 description = "Generate Typescript types from Golang source code";
30 homepage = "https://github.com/gzuidhof/tygo";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ alexymantha ];