universal-ctags: 6.0.0 -> 6.1.0

Diff: https://github.com/universal-ctags/ctags/compare/v6.0.0...v6.1.0
This commit is contained in:
Mario Rodas 2023-12-28 04:20:00 +00:00
parent a3957236ce
commit a2a34a76d0

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "universal-ctags";
version = "6.0.0";
version = "6.1.0";
src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "v${finalAttrs.version}";
hash = "sha256-XlqBndo8g011SDGp3zM7S+AQ0aCp6rpQlqJF6e5Dd6w=";
hash = "sha256-f8+Ifjn7bhSYozOy7kn+zCLdHGrH3iFupHUZEGynz9Y=";
};
depsBuildBuild = [
@ -55,7 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace Tmain/utils.sh \
--replace /bin/echo ${coreutils}/bin/echo
# fails on sandbox
rm -fr Tmain/ptag-proc-cwd.d/
patchShebangs misc/*
'';