mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
vimPlugins.VimCompletesMe: migrate to active repo
Old repo referenced was removed, referencing currently active repo.
This commit is contained in:
parent
dc7b6a574c
commit
f11e01af91
3 changed files with 14 additions and 13 deletions
|
@ -458,6 +458,19 @@ final: prev:
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
VimCompletesMe = buildVimPlugin {
|
||||
pname = "VimCompletesMe";
|
||||
version = "2015-04-20";
|
||||
src = fetchFromGitHub {
|
||||
owner = "vim-scripts";
|
||||
repo = "VimCompletesMe";
|
||||
rev = "b915ac2c081dd5aec69b561b04a8ac1778d2277c";
|
||||
sha256 = "0mal1raflzzmahb4skc01dwp9vasvwcyh9mpw3r75gfrfzbyjrlk";
|
||||
};
|
||||
meta.homepage = "https://github.com/vim-scripts/VimCompletesMe/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
VimOrganizer = buildVimPlugin {
|
||||
pname = "VimOrganizer";
|
||||
version = "2020-12-15";
|
||||
|
|
|
@ -3454,19 +3454,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
# The GitHub repository returns 404, which breaks the update script
|
||||
VimCompletesMe = buildVimPlugin {
|
||||
pname = "VimCompletesMe";
|
||||
version = "2022-02-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ackyshake";
|
||||
repo = "VimCompletesMe";
|
||||
rev = "9adf692d7ae6424038458a89d4a411f0a27d1388";
|
||||
sha256 = "1sndgb3291dyifaa8adri2mb8cgbinbar3nw1fnf67k9ahwycaz0";
|
||||
};
|
||||
meta.homepage = "https://github.com/ackyshake/VimCompletesMe/";
|
||||
};
|
||||
|
||||
vimsence = super.vimsence.overrideAttrs {
|
||||
meta = with lib; {
|
||||
description = "Discord rich presence for Vim";
|
||||
|
|
|
@ -34,6 +34,7 @@ https://github.com/tmhedberg/SimpylFold/,,
|
|||
https://github.com/vim-scripts/SmartCase/,,
|
||||
https://github.com/jaredgorski/SpaceCamp/,,
|
||||
https://github.com/chrisbra/SudoEdit.vim/,,
|
||||
https://github.com/vim-scripts/VimCompletesMe/,HEAD,
|
||||
https://github.com/hsitz/VimOrganizer/,,
|
||||
https://github.com/VundleVim/Vundle.vim/,,
|
||||
https://github.com/esneider/YUNOcommit.vim/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue