vim 9.0.1562 -> 9.0.1672 https://repology.org/project/vim/versions attrpath: vim Checking auto update branch... No auto update branch exists Old version 9.0.1562" not present in staging derivation file with contents: { lib, fetchFromGitHub }: rec { version = "9.0.1642"; src = fetchFromGitHub { owner = "vim"; repo = "vim"; rev = "v${version}"; hash = "sha256-WWj8lZZtnGrv3pxu77otBKixS3ciLcznCyPk/iGryg4="; }; enableParallelBuilding = true; enableParallelInstalling = false; hardeningDisable = [ "fortify" ]; postPatch = # Use man from $PATH; escape sequences are still problematic. '' substituteInPlace runtime/ftplugin/man.vim \ --replace "/usr/bin/man " "man " ''; meta = with lib; { description = "The most popular clone of the VI editor"; homepage = "http://www.vim.org"; license = licenses.vim; maintainers = with maintainers; [ das_j equirosa ]; platforms = platforms.unix; }; }