Unverified Commit a5433f91 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #183987 from r-ryantm/auto-update/ccls

ccls: 0.20210330 -> 0.20220729
parents 479522bd b25178c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
  pname = "ccls";
  version = "0.20210330";
  version = "0.20220729";

  src = fetchFromGitHub {
    owner = "MaskRay";
    repo = "ccls";
    rev = version;
    sha256 = "sha256-jipSipgD0avd7XODlpxnqjHK3s6nacaxbIQIddix7X8=";
    sha256 = "sha256-eSWgk6KdEyjDLPc27CsOCXDU7AKMoXNyzoA6dSwZ5TI=";
  };

  nativeBuildInputs = [ cmake llvmPackages.llvm.dev ];