Merge pull request #31345 from acowley/rtags-2.15

rtags: 2.12 -> 2.15
This commit is contained in:
Samuel Leathers 2017-11-07 03:09:11 -05:00 committed by GitHub
commit ada3bce8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "rtags-${version}";
version = "2.12";
version = "2.15";
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ llvmPackages.llvm openssl emacs ]
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
rev = "refs/tags/v${version}";
fetchSubmodules = true;
url = "https://github.com/andersbakken/rtags.git";
sha256 = "0bgjcvyvkpqcgw4571iz39sqydmcaz6ymx7kxcmq6j7rffs6qs7l";
sha256 = "12nnyav2q1ddkz9wm0aclhn7r74xj4ibrb0x05k7mcf694bg79c0";
# unicode file names lead to different checksums on HFS+ vs. other
# filesystems because of unicode normalisation
postFetch = ''