Merge pull request #208882 from marsam/update-universal-ctags

universal-ctags: 5.9.20221106.0 -> 6.0.0
This commit is contained in:
Anderson Torres 2023-01-04 01:08:31 -03:00 committed by GitHub
commit 76eb4a3332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "universal-ctags";
version = "5.9.20221106.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "p${finalAttrs.version}";
hash = "sha256-6piWdofvlX+ysXmRPnQc7PlZuHSyVqdVxOztY2+Pcss=";
rev = "v${finalAttrs.version}";
hash = "sha256-XlqBndo8g011SDGp3zM7S+AQ0aCp6rpQlqJF6e5Dd6w=";
};
depsBuildBuild = [
@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = licenses.gpl2Plus;
maintainers = [ maintainers.AndersonTorres ];
platforms = platforms.unix;
platforms = platforms.all;
mainProgram = "ctags";
priority = 1; # over the emacs implementation
};