Unverified Commit c14065c3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ccls: 0.20240202 -> 0.20240505 (#346064)

parents 5f8ebd28 c1c32966
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.20240202";
  version = "0.20240505";

  src = fetchFromGitHub {
    owner = "MaskRay";
    repo = "ccls";
    rev = version;
    sha256 = "sha256-xVx3+cnmIdoA7R1S31EaiPj+DOTqkINoQeMgauW61Ys=";
    sha256 = "sha256-YZeP6sHYLNvlf49mvtymxHuH1lmIkqcanpqVMzeLeFQ=";
  };

  nativeBuildInputs = [ cmake llvmPackages.llvm.dev ];