vimPlugins.blink-cmp: 0.5.0 -> 0.5.1 (#353703)

This commit is contained in:
Gaétan Lepage 2024-11-05 08:56:32 +01:00 committed by GitHub
commit a5a93212d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {