Unverified Commit 76eb4a33 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

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

universal-ctags: 5.9.20221106.0 -> 6.0.0 
parents 16af179d 7eb1973a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
  };