vimPlugins.blink-cmp: 0.11.0 -> 0.12.2
Diff: https://github.com/Saghen/blink.cmp/compare/refs/tags/v0.11.0...v0.12.2
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
replaceVars,
|
||||
}:
|
||||
let
|
||||
version = "0.11.0";
|
||||
version = "0.12.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "Saghen";
|
||||
repo = "blink.cmp";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-uL1g5zhTpWfdbCqE+JYFH+2uDj9MT86vLTyKEweQesg=";
|
||||
hash = "sha256-oPh0mIqSxbpzmUzk3lP7OwcqKfP8syP0NAPKysTet98=";
|
||||
};
|
||||
blink-fuzzy-lib = rustPlatform.buildRustPackage {
|
||||
inherit version src;
|
||||
pname = "blink-fuzzy-lib";
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-EoxKmVyJRxqI6HOuuiSj5+IOuo5M8ZNdSyk86sQNtE8=";
|
||||
cargoHash = "sha256-W7CdF70BMXKMCcooR6adw2wwHJ3WznZ+o8KRyHWMeeI=";
|
||||
|
||||
nativeBuildInputs = [ git ];
|
||||
|
||||
@@ -59,6 +59,7 @@ vimUtils.buildVimPlugin {
|
||||
meta = {
|
||||
description = "Performant, batteries-included completion plugin for Neovim";
|
||||
homepage = "https://github.com/saghen/blink.cmp";
|
||||
changelog = "https://github.com/Saghen/blink.cmp/blob/v${version}/CHANGELOG.md";
|
||||
maintainers = with lib.maintainers; [
|
||||
balssh
|
||||
redxtech
|
||||
|
||||
Reference in New Issue
Block a user