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

ccls: 0.20181225.8 -> 0.20190301
This commit is contained in:
Jörg Thalheim 2019-03-10 09:43:39 +00:00 committed by GitHub
commit fc3f98bb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "ccls-${version}";
version = "0.20181225.8";
version = "0.20190301";
src = fetchFromGitHub {
owner = "MaskRay";
repo = "ccls";
rev = version;
sha256 = "05vih8wi2lzp4zqlqd18fs3va6s8p74ws8sx7vwpcc8vcsdzq5w9";
sha256 = "1n60mly993czq3mnb82k8yqjrbfnsnx5v5dmr8ylqif3awcsk04i";
};
nativeBuildInputs = [ cmake makeWrapper ];