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

ccls: 0.20210330 -> 0.20220729
This commit is contained in:
Jörg Thalheim 2022-07-31 12:24:33 +01:00 committed by GitHub
commit a5433f9138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];