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:
parent
8f58e00226
commit
9f93aa092c
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ccls-${version}";
|
name = "ccls-${version}";
|
||||||
version = "0.20181225.7";
|
version = "0.20181225.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MaskRay";
|
owner = "MaskRay";
|
||||||
repo = "ccls";
|
repo = "ccls";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1qgb2nk4nsgbx4qwymwlzi202daskk536a5l877fsp878jpp61cm";
|
sha256 = "05vih8wi2lzp4zqlqd18fs3va6s8p74ws8sx7vwpcc8vcsdzq5w9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake makeWrapper ];
|
nativeBuildInputs = [ cmake makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user