Unverified Commit 6e070221 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #335796 from r-ryantm/auto-update/neocmakelsp

neocmakelsp: 0.7.9 -> 0.8.1
parents 8309290b cf4ffe3d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "neocmakelsp";
  version = "0.7.9";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "Decodetalkers";
    repo = "neocmakelsp";
    rev = "v${version}";
    hash = "sha256-vxdXW74XRZONmLURGEHnyg4Z71uvD6/JzxVqkNqyxdo=";
    hash = "sha256-SDSqYfnHI6nFJrLUDApYR1nfGdcPdPihrb54gNIRkLU=";
  };

  cargoHash = "sha256-otEpfykVTJ0DH9n3kO4G/BO2VD6RGp9N6/UX6UAs2jU=";
  cargoHash = "sha256-Rlu2m+pbaU+EunQ7pthYPSRZo1yVF/+L114WxCv3l9c=";

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