vimPlugins.blink-cmp: 0.12.2 -> 0.12.4 (#382897)

This commit is contained in:
Gaétan Lepage
2025-02-17 23:14:10 +01:00
committed by GitHub
@@ -9,12 +9,12 @@
replaceVars,
}:
let
version = "0.12.2";
version = "0.12.4";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-oPh0mIqSxbpzmUzk3lP7OwcqKfP8syP0NAPKysTet98=";
hash = "sha256-ybzEQHvZIiF+B2SIdFX8HJGai50PUw5QRgrL7qJ0sUk=";
};
blink-fuzzy-lib = rustPlatform.buildRustPackage {
inherit version src;