vimPlugins.copilot-cmp: patch deprecated function call (#530820)

This commit is contained in:
Austin Horstman 2026-06-11 21:07:41 +00:00 committed by GitHub
commit 90adbfd087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1014,6 +1014,13 @@ assertNoAdditions {
copilot-cmp = super.copilot-cmp.overrideAttrs {
dependencies = [ self.copilot-lua ];
patches = [
(fetchpatch {
name = "fix-deprecated-function-call.patch";
url = "https://github.com/zbirenbaum/copilot-cmp/commit/06430ebf99834ebc5d86c63816e409f4cb51fe79.patch";
sha256 = "sha256-YOJPFC+qbyURFU58tAiAqbamQLmi7ovnJGkOeOTUPH0=";
})
];
};
copilot-lualine = super.copilot-lualine.overrideAttrs {