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

ccls: 0.20181225.7 -> 0.20181225.8
This commit is contained in:
Jörg Thalheim 2019-02-10 02:07:58 +00:00 committed by GitHub
commit f34da1c835
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.7";
version = "0.20181225.8";
src = fetchFromGitHub {
owner = "MaskRay";
repo = "ccls";
rev = version;
sha256 = "1qgb2nk4nsgbx4qwymwlzi202daskk536a5l877fsp878jpp61cm";
sha256 = "05vih8wi2lzp4zqlqd18fs3va6s8p74ws8sx7vwpcc8vcsdzq5w9";
};
nativeBuildInputs = [ cmake makeWrapper ];