Skip to content

Commit

Permalink
vimPlugins.blink-cmp: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN committed Dec 23, 2024
1 parent 1636ec1 commit 96a2dce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
nix-update-script,
}:
let
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-hlz1t9W9CEdUw6Fgs+sDLbzX+hdkPyqbOhXKPd8NBDY=";
hash = "sha256-b+7be0ShxFhkUfQo0QTnYaaEE62HQKF5g+xCuTrPRXE=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {
Expand Down

0 comments on commit 96a2dce

Please sign in to comment.