Skip to content

Commit

Permalink
neocmakelsp: 0.8.12 -> 0.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 18, 2024
1 parent a98c720 commit 5b76b6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ne/neocmakelsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "neocmakelsp";
version = "0.8.12";
version = "0.8.13";

src = fetchFromGitHub {
owner = "Decodetalkers";
repo = "neocmakelsp";
rev = "v${version}";
hash = "sha256-5j1nNPdTZFPmda+2ZNYh9uM1qNCsK6gqUOXZwKJ6ckU=";
hash = "sha256-MRno86pi389p2lBTu86LCPx5yFN76CbM5AXAs4bsl7c=";
};

cargoHash = "sha256-5ZI4heLlhPaNsNJlD9dYlvzTjoWNdHJGGmU6ugUZqds=";
cargoHash = "sha256-UVXJF8jvZUcEWbsL+UmrO2VSlvowkXNGRbxCEmB89OU=";

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

0 comments on commit 5b76b6f

Please sign in to comment.