neocmakelsp: 0.8.12 -> 0.8.13 (#366323)

authored by rewine and committed by GitHub 6f0c935c 087408a4

+3 -3
+3 -3
pkgs/by-name/ne/neocmakelsp/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "neocmakelsp"; 9 - version = "0.8.12"; 9 + version = "0.8.13"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "Decodetalkers"; 13 13 repo = "neocmakelsp"; 14 14 rev = "v${version}"; 15 - hash = "sha256-5j1nNPdTZFPmda+2ZNYh9uM1qNCsK6gqUOXZwKJ6ckU="; 15 + hash = "sha256-MRno86pi389p2lBTu86LCPx5yFN76CbM5AXAs4bsl7c="; 16 16 }; 17 17 18 - cargoHash = "sha256-5ZI4heLlhPaNsNJlD9dYlvzTjoWNdHJGGmU6ugUZqds="; 18 + cargoHash = "sha256-UVXJF8jvZUcEWbsL+UmrO2VSlvowkXNGRbxCEmB89OU="; 19 19 20 20 meta = with lib; { 21 21 description = "CMake lsp based on tower-lsp and treesitter";