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

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

neocmakelsp: 0.6.25 -> 0.6.26
parents 9ca3f649 c7926261
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.25";
  version = "0.6.26";

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

  cargoHash = "sha256-mo/d99Y41/pxMzVvI6LkjnhotGV5j0ee4GItly0aqpY=";
  cargoHash = "sha256-xm+8IDLvPDOFJ6FyeQdpbWgQ9XE6bW5i29W0S9JSQzc=";

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