Skip to content

Commit 6f0c935

Browse files
authored
neocmakelsp: 0.8.12 -> 0.8.13 (#366323)
2 parents 087408a + 5b76b6f commit 6f0c935

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ne/neocmakelsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "neocmakelsp";
9-
version = "0.8.12";
9+
version = "0.8.13";
1010

1111
src = fetchFromGitHub {
1212
owner = "Decodetalkers";
1313
repo = "neocmakelsp";
1414
rev = "v${version}";
15-
hash = "sha256-5j1nNPdTZFPmda+2ZNYh9uM1qNCsK6gqUOXZwKJ6ckU=";
15+
hash = "sha256-MRno86pi389p2lBTu86LCPx5yFN76CbM5AXAs4bsl7c=";
1616
};
1717

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

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

0 commit comments

Comments
 (0)