about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorTobias Mayer <tobim@fastmail.fm>2019-09-26 13:16:41 +0200
committerTobias Mayer <tobim@fastmail.fm>2019-09-26 13:16:41 +0200
commit2963c8811e91d0441d04dcebee74753720b3464d (patch)
tree67ae35fd5fccadf1c47af346baf7570a923f3f16 /pkgs/development/tools
parent2c46706b45c411e43ec4dacfe38a3cead24ef8b1 (diff)
downloadnixlib-2963c8811e91d0441d04dcebee74753720b3464d.tar
nixlib-2963c8811e91d0441d04dcebee74753720b3464d.tar.gz
nixlib-2963c8811e91d0441d04dcebee74753720b3464d.tar.bz2
nixlib-2963c8811e91d0441d04dcebee74753720b3464d.tar.lz
nixlib-2963c8811e91d0441d04dcebee74753720b3464d.tar.xz
nixlib-2963c8811e91d0441d04dcebee74753720b3464d.tar.zst
nixlib-2963c8811e91d0441d04dcebee74753720b3464d.zip
ccls: 0.20190823 -> 0.20190823.3
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/ccls/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/ccls/default.nix b/pkgs/development/tools/misc/ccls/default.nix
index e42c3e58db8e..8f805fcb759e 100644
--- a/pkgs/development/tools/misc/ccls/default.nix
+++ b/pkgs/development/tools/misc/ccls/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ccls";
-  version = "0.20190823";
+  version = "0.20190823.3";
 
   src = fetchFromGitHub {
     owner = "MaskRay";
     repo = "ccls";
     rev = version;
-    sha256 = "1qy1kf83mrvbhwl8m0h7ralwd3sid8y8fpk7pmy81y1nq8f1cf6f";
+    sha256 = "1sx31zp6q2qc6fz3r78rx34zp2x4blrqzxwbpww71vb6lp1clmdm";
   };
 
   nativeBuildInputs = [ cmake ];
@@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
     homepage    = https://github.com/MaskRay/ccls;
     license     = licenses.asl20;
     platforms   = platforms.linux ++ platforms.darwin;
-    maintainers = [ maintainers.mic92 ];
+    maintainers = with maintainers; [ mic92 tobim ];
   };
 }