vimPlugins.blink-cmp: 1.4.1 -> 1.5.0

This commit is contained in:
Eman Resu
2025-07-14 11:34:39 -04:00
parent 0a00d7d03d
commit aeb4859cf5
@@ -8,19 +8,19 @@
gitMinimal,
}:
let
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-0RmX/uANgU/di3Iu0V6Oe3jZj4ikzeegW/XQUZhPgRc=";
hash = "sha256-R95i3dDVBfH0oxTdK0F0ami0SAk0VVONXIlX6ZF0kmk=";
};
blink-fuzzy-lib = rustPlatform.buildRustPackage {
inherit version src;
pname = "blink-fuzzy-lib";
useFetchCargoVendor = true;
cargoHash = "sha256-/8eiZyJEwPXAviwVMFTr+NKSwMwxdraKtrlXNU0cBM4=";
cargoHash = "sha256-pWBOPMUy/gXeujaowlp2I6kqD+Q95h+f9mXl231DN88=";
nativeBuildInputs = [ gitMinimal ];