vimPlugins: resolve github repository redirects

This commit is contained in:
Tom Wieland 2023-02-03 17:10:07 +01:00
parent 5032be5b29
commit b058d663c8

View File

@ -5783,12 +5783,12 @@ final: prev:
nvim-cmp = buildNeovimPluginFrom2Nix {
pname = "nvim-cmp";
version = "2023-01-26";
version = "2023-02-03";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-cmp";
rev = "e7e2ef7031db8e0cfad7ad9916ec766ddd9dbb3b";
sha256 = "1jd1x6rg9k5gjwnlfrhmy976xky6sm7335hcz2lpgjapgy7rnyz7";
rev = "cfafe0a1ca8933f7b7968a287d39904156f2c57d";
sha256 = "1qgvlvjwah6581vppsb8racgkfjpjx2xqbk2ji1fmczc3rsk80h6";
};
meta.homepage = "https://github.com/hrsh7th/nvim-cmp/";
};