From 7ebbbe6c2e602bc30161158942650f12690b5fa3 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 4 Apr 2026 23:20:20 -0500 Subject: [PATCH] vimPlugins.blink-cmp: 1.10.1 -> 1.10.2 Changelog: https://github.com/Saghen/blink.cmp/blob/v1.10.2/CHANGELOG.md --- .../editors/vim/plugins/non-generated/blink-cmp/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix index 071e37831d9f..cfd5c4f3bb1c 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix @@ -8,18 +8,18 @@ gitMinimal, }: let - version = "1.10.1"; + version = "1.10.2"; src = fetchFromGitHub { owner = "Saghen"; repo = "blink.cmp"; tag = "v${version}"; - hash = "sha256-y8f+bmPkb3M6DzcUkJMxd2woDLoBYslne7aB8A0ejCk="; + hash = "sha256-C1FpyGw0f35NdHvDUGPXxmKdOgw3SpIteK1gAjVy6Ns="; }; blink-fuzzy-lib = rustPlatform.buildRustPackage { inherit version src; pname = "blink-fuzzy-lib"; - cargoHash = "sha256-3o2n4xwNF9Fc3VlPKf3lnvmN7FVus5jQB8gcXXwz50c="; + cargoHash = "sha256-z8koRYVM9mkgKB6rdZAKIfjZfinVUUpYAW0IvPgmjZ4="; nativeBuildInputs = [ gitMinimal ];