vimPlugins.blink-cmp: 0.9.3 -> 0.10.0

This commit is contained in:
Austin Horstman
2025-01-07 21:29:43 -06:00
parent d7d3f1b528
commit c11b5dd2b8
@@ -9,12 +9,12 @@
replaceVars,
}:
let
version = "0.9.3";
version = "0.10.0";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-j6hBURbIZbvNE69l4AyCtCwfeOi3oNxVtooFK7/WUuA=";
hash = "sha256-MfHI4efAdaoCU8si6YFdznZmSTprthDq3YKuF91z7ss=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {