Unverified Commit 4abb4ada authored by rewine's avatar rewine Committed by GitHub
Browse files

neocmakelsp: 0.8.1 -> 0.8.2 (#338298)

parents a231d8a3 a4aabf88
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "neocmakelsp";
  version = "0.8.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "Decodetalkers";
    repo = "neocmakelsp";
    rev = "v${version}";
    hash = "sha256-SDSqYfnHI6nFJrLUDApYR1nfGdcPdPihrb54gNIRkLU=";
    hash = "sha256-t9cFECz4olFQ3VOuZzqHRMuvC8df1qaF7etb9ThJiok=";
  };

  cargoHash = "sha256-Rlu2m+pbaU+EunQ7pthYPSRZo1yVF/+L114WxCv3l9c=";
  cargoHash = "sha256-m+eO2y6TNRYc9Nau5ma9qcZcj7xUdxjo34eBmuXANkU=";

  meta = with lib; {
    description = "CMake lsp based on tower-lsp and treesitter";