ccls: 0.20181225.8 -> 0.20190301
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:
parent
ab08921f45
commit
cc27a10955
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ccls-${version}";
|
name = "ccls-${version}";
|
||||||
version = "0.20181225.8";
|
version = "0.20190301";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MaskRay";
|
owner = "MaskRay";
|
||||||
repo = "ccls";
|
repo = "ccls";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05vih8wi2lzp4zqlqd18fs3va6s8p74ws8sx7vwpcc8vcsdzq5w9";
|
sha256 = "1n60mly993czq3mnb82k8yqjrbfnsnx5v5dmr8ylqif3awcsk04i";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper ];
|
nativeBuildInputs = [ cmake makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue