Commit aedebb76 authored by Roman Zakirzyanov's avatar Roman Zakirzyanov
Browse files

llm-ls: 0.4.0 -> 0.5.2

parent 2df397b2
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, openssl
}:

let
  pname = "llm-ls";
  version = "0.4.0";
  version = "0.5.2";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -14,10 +16,14 @@ rustPlatform.buildRustPackage {
    owner = "huggingface";
    repo = "llm-ls";
    rev = version;
    sha256 = "sha256-aMoT/rH6o4dHCSiSI/btdKysFfIbHvV7R5dRHIOF/Qs=";
    sha256 = "sha256-DyPdx+nNBhOZ86GQljMYULatWny2EteNNzzO6qv1Wlk=";
  };

  cargoHash = "sha256-Z6BO4kDtlIrVdDk1fiwyelpu1rj7e4cibgFZRsl1pfA=";
  cargoHash = "sha256-7McUyQjnCuV0JG65hUoR8TtB4vrjiEO1l7NXYochgG8=";

  nativeBuildInputs = [ pkg-config ];

  buildInputs = [ openssl ];

  meta = with lib; {
    description = "LSP server leveraging LLMs for code completion (and more?)";