about summary refs log tree commit diff
path: root/pkgs/development/tools/rtags
diff options
context:
space:
mode:
authorSpencer Baugh <sbaugh@catern.com>2020-06-02 10:21:33 -0400
committerJon <jonringer@users.noreply.github.com>2020-06-02 14:49:54 -0700
commit94114246c0e19e41681fbec820a4635be6610fa0 (patch)
tree9607e9f8d42bc94f78c4b4c0b48aedab4b128ba4 /pkgs/development/tools/rtags
parentd83cba6d4a02e271c8878adc354d5e6361c3c471 (diff)
downloadnixlib-94114246c0e19e41681fbec820a4635be6610fa0.tar
nixlib-94114246c0e19e41681fbec820a4635be6610fa0.tar.gz
nixlib-94114246c0e19e41681fbec820a4635be6610fa0.tar.bz2
nixlib-94114246c0e19e41681fbec820a4635be6610fa0.tar.lz
nixlib-94114246c0e19e41681fbec820a4635be6610fa0.tar.xz
nixlib-94114246c0e19e41681fbec820a4635be6610fa0.tar.zst
nixlib-94114246c0e19e41681fbec820a4635be6610fa0.zip
rtags: 2.34 -> 2.38
Diffstat (limited to 'pkgs/development/tools/rtags')
-rw-r--r--pkgs/development/tools/rtags/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/rtags/default.nix b/pkgs/development/tools/rtags/default.nix
index 18efcb913532..0ebeab72df3f 100644
--- a/pkgs/development/tools/rtags/default.nix
+++ b/pkgs/development/tools/rtags/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "rtags";
-  version = "2.34";
+  version = "2.38";
   nativeBuildInputs = [ cmake pkgconfig ];
   buildInputs = [ llvmPackages.llvm openssl emacs ]
     ++ lib.optionals stdenv.cc.isGNU [ llvmPackages.clang-unwrapped ]
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
     rev = "refs/tags/v${version}";
     fetchSubmodules = true;
     url = "https://github.com/andersbakken/rtags.git";
-    sha256 = "1smp2r9lkvf9rpjjy7dink9ncdakgsa31f2kdxvcpyggfz275m1n";
+    sha256 = "1iwvp7a69sj3wqjgcnyh581qrpicxzi2lfjkxqpabpyjkl5nk7hh";
     # unicode file names lead to different checksums on HFS+ vs. other
     # filesystems because of unicode normalisation
     postFetch = ''