vimPlugins.blink-cmp: 0.9.3 -> 0.10.0 (#372019)

This commit is contained in:
Gaétan Lepage
2025-01-08 08:27:11 +01:00
committed by GitHub
@@ -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 {