universal-ctags: 5.9.20220710.0 -> 5.9.20220814.0

This commit is contained in:
Brian Leung 2022-08-15 21:08:24 -07:00
parent 69c12ea1f9
commit a948fb2737
No known key found for this signature in database
GPG Key ID: 2D86D6A94C8BB3B1

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "universal-ctags";
version = "5.9.20220710.0";
version = "5.9.20220814.0";
src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "p${version}";
sha256 = "sha256-/7g1AGLbl49s8hbwy3IGwshKAGKRJrdbECau2acMtjE=";
sha256 = "sha256-U1PjmBb99v7N+Dd7n2r1Xx09yflf0OxRlb4f1Sg0UvI=";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];