vimPlugins.gitportal-nvim: update, moved to codeberg (#537966)

This commit is contained in:
Gaétan Lepage
2026-07-02 22:56:04 +00:00
committed by GitHub
2 changed files with 7 additions and 8 deletions
@@ -6737,14 +6737,13 @@ final: prev: {
gitportal-nvim = buildVimPlugin {
pname = "gitportal.nvim";
version = "0-unstable-2025-12-21";
src = fetchFromGitHub {
owner = "trevorhauter";
repo = "gitportal.nvim";
rev = "0c3e1c1d518c9e42e61e8df35ea0c0582a278a65";
hash = "sha256-ag7t+G5TKRajLNc4ZrNuMufJSxqJQXPpWINZSFwEmx4=";
version = "0-unstable-2026-06-26";
src = fetchgit {
url = "https://codeberg.org/trevorhauter/gitportal.nvim";
rev = "ee5446aa17738a419e855e2e4c01cb65e378e4cb";
hash = "sha256-nt+4FjY+9IEBbUMNk0FpTwNfFu0/3k7DKeops+cGlxk=";
};
meta.homepage = "https://github.com/trevorhauter/gitportal.nvim/";
meta.homepage = "https://codeberg.org/trevorhauter/gitportal.nvim";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
@@ -479,7 +479,7 @@ https://github.com/vim-scripts/gitignore.vim/,,
https://gitlab.com/gitlab-org/editor-extensions/gitlab.vim,,
https://github.com/LionyxML/gitlineage.nvim/,,
https://github.com/ruifm/gitlinker.nvim/,,
https://github.com/trevorhauter/gitportal.nvim/,,
https://codeberg.org/trevorhauter/gitportal.nvim/,,
https://github.com/gregsexton/gitv/,,
https://github.com/DNLHC/glance.nvim/,,
https://github.com/ellisonleao/glow.nvim/,,