vimPlugins.blink-cmp: 1.9.0 -> 1.9.1

Changelog: https://github.com/Saghen/blink.cmp/blob/v1.9.1/CHANGELOG.md
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-02-04 14:04:02 -06:00
parent 0b7f9ab4e1
commit 4704b597de
@@ -8,12 +8,12 @@
gitMinimal,
}:
let
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-fT3huB7R17/wdKjhpNHXYV/ngUX5X+wkHiGkC5HoY20=";
hash = "sha256-GgodXdWpQoF2z1g1/WvnSpfuhskw0aMcOoyZM5l66q8=";
};
blink-fuzzy-lib = rustPlatform.buildRustPackage {
inherit version src;