vimPlugins.blink-cmp: 1.1.1 -> 1.2.0

Changelog: https://github.com/Saghen/blink.cmp/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
Austin Horstman
2025-05-02 13:00:58 -05:00
parent b539370717
commit ef4f4bc807
@@ -8,19 +8,19 @@
gitMinimal,
}:
let
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-Vs34vPQ6BhBcSSlgGpUMOXNzywrwg116xt3MLUwgVVA=";
hash = "sha256-bKe8SSg1HPWE7b4iRQJwiOVCrvvgttuHCOIa4U/38AY=";
};
blink-fuzzy-lib = rustPlatform.buildRustPackage {
inherit version src;
pname = "blink-fuzzy-lib";
useFetchCargoVendor = true;
cargoHash = "sha256-MWElqh7ENJ6CbLOnvz0DsP5YYu+e+y12GSUOfW1IKGU=";
cargoHash = "sha256-IDoDugtNWQovfSstbVMkKHLBXKa06lxRWmywu4zyS3M=";
nativeBuildInputs = [ gitMinimal ];