vimPlugins.blink-cmp: 0.5.0 -> 0.5.1

This commit is contained in:
Balssh 2024-11-04 22:19:40 +02:00
parent a9089570c5
commit 2748fb9a0b

View File

@ -6,12 +6,12 @@
vimUtils,
}:
let
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
rev = "refs/tags/v${version}";
hash = "sha256-DmHMySR1K4j/z5+bZDJHIuqo5BqRP9XaOMEdCb78chk=";
hash = "sha256-LWA3rPvqq+zeK+8zS1kM1BaQ+uaBmlHJy4o7IaT1zsg=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {