Unverified Commit 70217141 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #313140 from r-ryantm/auto-update/neocmakelsp

neocmakelsp: 0.6.24 -> 0.6.25
parents 5b4159d0 98620976
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.6.24";
  version = "0.6.25";

  src = fetchFromGitHub {
    owner = "Decodetalkers";
    repo = "neocmakelsp";
    rev = "v${version}";
    hash = "sha256-Zpaw0LCdluU76epHrRDQJw1cVptjR5IH8Ufy8yLVECo=";
    hash = "sha256-2eZ1f0oxCNf0hJEQ8hkvsTwCaAWJrIYCyIY5PNfaxI4=";
  };

  cargoHash = "sha256-Z3MdJdgR1oVPwTcq8rihHUXGkP38Ve/C+48NooeAWlo=";
  cargoHash = "sha256-mo/d99Y41/pxMzVvI6LkjnhotGV5j0ee4GItly0aqpY=";

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