We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 087408a + 5b76b6f commit 6f0c935Copy full SHA for 6f0c935
pkgs/by-name/ne/neocmakelsp/package.nix
@@ -6,16 +6,16 @@
6
7
rustPlatform.buildRustPackage rec {
8
pname = "neocmakelsp";
9
- version = "0.8.12";
+ version = "0.8.13";
10
11
src = fetchFromGitHub {
12
owner = "Decodetalkers";
13
repo = "neocmakelsp";
14
rev = "v${version}";
15
- hash = "sha256-5j1nNPdTZFPmda+2ZNYh9uM1qNCsK6gqUOXZwKJ6ckU=";
+ hash = "sha256-MRno86pi389p2lBTu86LCPx5yFN76CbM5AXAs4bsl7c=";
16
};
17
18
- cargoHash = "sha256-5ZI4heLlhPaNsNJlD9dYlvzTjoWNdHJGGmU6ugUZqds=";
+ cargoHash = "sha256-UVXJF8jvZUcEWbsL+UmrO2VSlvowkXNGRbxCEmB89OU=";
19
20
meta = with lib; {
21
description = "CMake lsp based on tower-lsp and treesitter";
0 commit comments