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

ccls: 0.20190823.5 -> 0.20190823.6
This commit is contained in:
Jörg Thalheim 2020-05-02 10:30:00 +01:00 committed by GitHub
commit be34264c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ccls"; pname = "ccls";
version = "0.20190823.5"; version = "0.20190823.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MaskRay"; owner = "MaskRay";
repo = "ccls"; repo = "ccls";
rev = version; rev = version;
sha256 = "0b2pkpzn576b92zcxpwchpkyw2fww6s69818rx4g9z34kzm35zy5"; sha256 = "11h5nwk4qqshf3i8yr4bxpnvmidrhkzd0zxhf1xqv8cv6r08k47f";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];