7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-2dP3papZsZxvpSfgGTdoRVSZTcOC0iHPBfMmlzB5iJQ=";
18 cargoHash = "sha256-94URDioPZXKSSFINTdPBYcES2eGCbhJ46tvcVRWt06o=";
21 description = "Protocol Buffers language server written in Rust";
22 homepage = "https://github.com/coder3101/protols";
23 changelog = "https://github.com/coder3101/protols/releases/tag/${version}";
24 license = lib.licenses.mit;
25 maintainers = with lib.maintainers; [ nartsiss ];
26 mainProgram = "protols";