vimPlugins.blink-cmp: 1.1.0 -> 1.1.1

Changelog: https://github.com/Saghen/blink.cmp/blob/v1.1.1/CHANGELOG.md
This commit is contained in:
Austin Horstman
2025-04-03 13:21:26 -05:00
parent 6f27c86d91
commit aa6fbed9f3
@@ -8,12 +8,12 @@
gitMinimal,
}:
let
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-UTV75PHU2BZxFca7ddZ5UJgJQY1kvtMtmIbDG17DiC8=";
hash = "sha256-Vs34vPQ6BhBcSSlgGpUMOXNzywrwg116xt3MLUwgVVA=";
};
blink-fuzzy-lib = rustPlatform.buildRustPackage {
inherit version src;