12 src = fetchFromGitHub {
16 hash = "sha256-FjFhbkEMxuBUVfytPk27mrBaAlGXZ9RPWeBy+m0bPV8=";
19 vendorHash = "sha256-e98x8lSwO/u8lFbqDmbVNjVG57Y93/P0ls2UUgRvkH0=";
21 subPackages = [ "tool/cmd/kitex" ];
23 ldflags = [ "-s" "-w" ];
26 ln -s $out/bin/kitex $out/bin/protoc-gen-kitex
27 ln -s $out/bin/kitex $out/bin/thrift-gen-kitex
30 passthru.tests.version = testers.testVersion {
32 version = "v${version}";
36 description = "A high-performance and strong-extensibility Golang RPC framework";
37 homepage = "https://github.com/cloudwego/kitex";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ aaronjheng ];
40 mainProgram = "kitex";