ccls: 0.20181225.7 -> 0.20181225.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccls/versions
This commit is contained in:
R. RyanTM 2019-02-06 08:10:11 -08:00
parent 8f58e00226
commit 9f93aa092c

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