Skip to content

Commit

Permalink
rtags: 2.11 -> 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley authored and fpletz committed Aug 11, 2017
1 parent 519c254 commit 3a078da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/rtags/default.nix
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
name = "rtags-${version}";
version = "2.11";
version = "2.12";

buildInputs = [ cmake llvmPackages.llvm openssl llvmPackages.clang emacs ]
++ lib.optionals stdenv.isDarwin [ apple_sdk.libs.xpc apple_sdk.frameworks.CoreServices ];
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
rev = "refs/tags/v${version}";
fetchSubmodules = true;
url = "https://github.com/andersbakken/rtags.git";
sha256 = "0965jn8zk3mh07yzw6jmwwp56xly1sihkn0vhv07izkh41mdkrvv";
sha256 = "0bgjcvyvkpqcgw4571iz39sqydmcaz6ymx7kxcmq6j7rffs6qs7l";
# unicode file names lead to different checksums on HFS+ vs. other
# filesystems because of unicode normalisation
postFetch = ''
Expand Down

0 comments on commit 3a078da

Please sign in to comment.