Unverified Commit 9bb2f070 authored by rewine's avatar rewine Committed by GitHub
Browse files

neocmakelsp: 0.8.21 -> 0.8.22 (#400190)

parents 315b2384 a6ab2191
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage rec {
  pname = "neocmakelsp";
  version = "0.8.21";
  version = "0.8.22";

  src = fetchFromGitHub {
    owner = "Decodetalkers";
    repo = "neocmakelsp";
    rev = "v${version}";
    hash = "sha256-iVetPUg/eX8o2BB1y9dlijbhZUyDNMHaLrqcqTbvpQk=";
    hash = "sha256-AFnGMKcPAn1rFfFDZWvg/iIhKHGKgCLA3bueP5k9oY4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Mswh/wuowrWORj16Mvg4kIueW72bEFw3Ax2RBMtATqY=";
  cargoHash = "sha256-XsRtkQpNfXCZxEbgkQo11lQM78E6+8PJWc+5FBXM2Ro=";

  nativeBuildInputs = [
    installShellFiles