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

neocmakelsp: 0.6.27 -> 0.7.3
This commit is contained in:
Nick Cao
2024-06-09 10:31:14 -04:00
committed by GitHub
@@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "neocmakelsp";
version = "0.6.27";
version = "0.7.3";
src = fetchFromGitHub {
owner = "Decodetalkers";
repo = "neocmakelsp";
rev = "v${version}";
hash = "sha256-In+Z/MCjgV/iPkAh4mTfrlThKZEMQqMYyfOP0m11+ps=";
hash = "sha256-rMonXAggCsMWvyNmGu+crtw0a4zfhKJOR5GnIULWe1g=";
};
cargoHash = "sha256-fLtbaL0h3tmX5INwYn7fPj+TAxfBQarD44twq0ggXRU=";
cargoHash = "sha256-09mpr7ncqK9c5AMhRSAe/K9pE3vXC3bxEXX3hIx3E7c=";
meta = with lib; {
description = "A cmake lsp based on tower-lsp and treesitter";