vimPlugins.cmp-async-path: 0-unstable-2026-01-09 -> 0-unstable-2026-01-28 (#485844)

This commit is contained in:
Gaétan Lepage
2026-02-01 09:48:58 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
}:
vimUtils.buildVimPlugin {
pname = "cmp-async-path";
version = "0-unstable-2026-01-09";
version = "0-unstable-2026-01-28";
src = fetchFromCodeberg {
owner = "FelipeLema";
repo = "cmp-async-path";
rev = "9c2374deb32c2bec8b27e928c6f57090e9a875d2";
hash = "sha256-obi3c5dRfPhYsNJk33lCwTtXWuwOyzEqKOpUk3z7Bxk=";
rev = "f8af3f726e07f2e9d37672eaa9102581aefce149";
hash = "sha256-ALMK7TnEB7/UZibVgOl4r6/gYsHCo6YAZcAR536VL4g=";
};
checkInputs = [ vimPlugins.nvim-cmp ];