Unverified Commit 94648e77 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.blink-cmp: 0.11.0 -> 0.12.2 (#382435)

parents 0df4f8d8 dc371d36
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -9,19 +9,19 @@
  replaceVars,
}:
let
  version = "0.11.0";
  version = "0.12.2";
  src = fetchFromGitHub {
    owner = "Saghen";
    repo = "blink.cmp";
    tag = "v${version}";
    hash = "sha256-uL1g5zhTpWfdbCqE+JYFH+2uDj9MT86vLTyKEweQesg=";
    hash = "sha256-oPh0mIqSxbpzmUzk3lP7OwcqKfP8syP0NAPKysTet98=";
  };
  blink-fuzzy-lib = rustPlatform.buildRustPackage {
    inherit version src;
    pname = "blink-fuzzy-lib";

    useFetchCargoVendor = true;
    cargoHash = "sha256-EoxKmVyJRxqI6HOuuiSj5+IOuo5M8ZNdSyk86sQNtE8=";
    cargoHash = "sha256-W7CdF70BMXKMCcooR6adw2wwHJ3WznZ+o8KRyHWMeeI=";

    nativeBuildInputs = [ git ];

@@ -59,6 +59,7 @@ vimUtils.buildVimPlugin {
  meta = {
    description = "Performant, batteries-included completion plugin for Neovim";
    homepage = "https://github.com/saghen/blink.cmp";
    changelog = "https://github.com/Saghen/blink.cmp/blob/v${version}/CHANGELOG.md";
    maintainers = with lib.maintainers; [
      balssh
      redxtech