vimPlugins.blink-cmp: 0.8.2 -> 0.9.2

This commit is contained in:
oddlama
2025-01-05 15:13:33 +01:00
parent 92befe3713
commit e452a806bf
@@ -9,12 +9,12 @@
replaceVars,
}:
let
version = "0.8.2";
version = "0.9.2";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-b+7be0ShxFhkUfQo0QTnYaaEE62HQKF5g+xCuTrPRXE=";
hash = "sha256-uvMB3oU6uxERfkXiweeFS0cCIOgO/ogy7GoYAlXUPDs=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {
@@ -22,7 +22,7 @@ let
pname = "blink-fuzzy-lib";
useFetchCargoVendor = true;
cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY=";
cargoHash = "sha256-ISCrUaIWNn+SfNzrAXKqeBbQyEnuqs3F8GAEl90kK7I=";
nativeBuildInputs = [ git ];