rtags: 2.34 -> 2.38
This commit is contained in:
parent
d83cba6d4a
commit
94114246c0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rtags";
|
pname = "rtags";
|
||||||
version = "2.34";
|
version = "2.38";
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ llvmPackages.llvm openssl emacs ]
|
buildInputs = [ llvmPackages.llvm openssl emacs ]
|
||||||
++ lib.optionals stdenv.cc.isGNU [ llvmPackages.clang-unwrapped ]
|
++ lib.optionals stdenv.cc.isGNU [ llvmPackages.clang-unwrapped ]
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
url = "https://github.com/andersbakken/rtags.git";
|
url = "https://github.com/andersbakken/rtags.git";
|
||||||
sha256 = "1smp2r9lkvf9rpjjy7dink9ncdakgsa31f2kdxvcpyggfz275m1n";
|
sha256 = "1iwvp7a69sj3wqjgcnyh581qrpicxzi2lfjkxqpabpyjkl5nk7hh";
|
||||||
# unicode file names lead to different checksums on HFS+ vs. other
|
# unicode file names lead to different checksums on HFS+ vs. other
|
||||||
# filesystems because of unicode normalisation
|
# filesystems because of unicode normalisation
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user