From 2b3db51819de5888c973eb1f3d2e2ef572e1068e Mon Sep 17 00:00:00 2001 From: Yuriy Taraday Date: Wed, 29 Apr 2026 15:21:32 +0200 Subject: [PATCH] vimPlugins.vim-solarized8: migrate to codeberg --- pkgs/applications/editors/vim/plugins/generated.nix | 11 +++++------ .../applications/editors/vim/plugins/vim-plugin-names | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index a4866e35a4ae..e002cff784e5 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -23716,13 +23716,12 @@ final: prev: { vim-solarized8 = buildVimPlugin { pname = "vim-solarized8"; version = "1.6.4-unstable-2026-03-11"; - src = fetchFromGitHub { - owner = "lifepillar"; - repo = "vim-solarized8"; - rev = "4433b4411de92b2446a4d32f0d8bf1b25c476bf9"; - hash = "sha256-Og6qmrSIfhtGgait/nwJg+uNrUtY/j83cUWZj2TwUFY="; + src = fetchgit { + url = "https://codeberg.org/lifepillar/vim-solarized8/"; + rev = "5dfbfb00be8237619c680302fc9250e391b1686a"; + hash = "sha256-qJLlHsXKcLC+bpirfcuBj3igK9dDk8L9oVGPzWhtkEI="; }; - meta.homepage = "https://github.com/lifepillar/vim-solarized8/"; + meta.homepage = "https://codeberg.org/lifepillar/vim-solarized8/"; meta.license = lib.licenses.unfree; meta.hydraPlatforms = [ ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 201409414546..8a9309707e83 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1691,7 +1691,7 @@ https://github.com/bohlender/vim-smt2/,, https://github.com/justinmk/vim-sneak/,, https://github.com/garbas/vim-snipmate/,, https://github.com/honza/vim-snippets/,, -https://github.com/lifepillar/vim-solarized8/,, +https://codeberg.org/lifepillar/vim-solarized8/,, https://github.com/tomlion/vim-solidity/,, https://github.com/christoomey/vim-sort-motion/,, https://github.com/tpope/vim-speeddating/,,