Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -14700,6 +14700,12 @@ githubId = 6709831; name = "Jake Hill"; }; nartsiss = { name = "Daniil Nartsissov"; email = "nartsiss@proton.me"; github = "nartsisss"; githubId = 54633007; }; nasageek = { github = "NasaGeek"; githubId = 474937; Loading pkgs/by-name/pr/protols/package.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = "protols"; version = "0.6.0"; src = fetchFromGitHub { owner = "coder3101"; repo = "protols"; rev = "refs/tags/${version}"; hash = "sha256-oxcC+PRQ+gyYyg5r9C3N7lP8ZJj+8sqJMA+Ovoxq+P4="; }; cargoHash = "sha256-rrurR/3OgjaAAq5Z9RTFOC6j13eBI34+z+aTLQkKjV4="; meta = { description = "Protocol Buffers language server written in Rust"; homepage = "https://github.com/coder3101/protols"; changelog = "https://github.com/coder3101/protols/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ nartsiss ]; mainProgram = "protols"; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -14700,6 +14700,12 @@ githubId = 6709831; name = "Jake Hill"; }; nartsiss = { name = "Daniil Nartsissov"; email = "nartsiss@proton.me"; github = "nartsisss"; githubId = 54633007; }; nasageek = { github = "NasaGeek"; githubId = 474937; Loading
pkgs/by-name/pr/protols/package.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage rec { pname = "protols"; version = "0.6.0"; src = fetchFromGitHub { owner = "coder3101"; repo = "protols"; rev = "refs/tags/${version}"; hash = "sha256-oxcC+PRQ+gyYyg5r9C3N7lP8ZJj+8sqJMA+Ovoxq+P4="; }; cargoHash = "sha256-rrurR/3OgjaAAq5Z9RTFOC6j13eBI34+z+aTLQkKjV4="; meta = { description = "Protocol Buffers language server written in Rust"; homepage = "https://github.com/coder3101/protols"; changelog = "https://github.com/coder3101/protols/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ nartsiss ]; mainProgram = "protols"; }; }