Merge pull request #309989 from r-ryantm/auto-update/neocmakelsp
neocmakelsp: 0.6.23 -> 0.6.24
This commit is contained in:
commit
e48a418291
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "neocmakelsp";
|
pname = "neocmakelsp";
|
||||||
version = "0.6.23";
|
version = "0.6.24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Decodetalkers";
|
owner = "Decodetalkers";
|
||||||
repo = "neocmakelsp";
|
repo = "neocmakelsp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-o35uoyrMBxKy31I56j7PAuNP/pyB51VRMp8Ip9vRXdU=";
|
hash = "sha256-Zpaw0LCdluU76epHrRDQJw1cVptjR5IH8Ufy8yLVECo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-eMMJTY96S27mxpcS44UfvS695ImlhX/E2wuldcPVUtc=";
|
cargoHash = "sha256-Z3MdJdgR1oVPwTcq8rihHUXGkP38Ve/C+48NooeAWlo=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A cmake lsp based on tower-lsp and treesitter";
|
description = "A cmake lsp based on tower-lsp and treesitter";
|
||||||
|
|
Loading…
Reference in a new issue