Skip to content

Commit 3b01f60

Browse files
authored
vimPlugins.blink-cmp: 0.8.1 -> 0.8.2 (#367768)
2 parents 18ed059 + c9b2967 commit 3b01f60

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
stdenv,
66
vimUtils,
77
nix-update-script,
8+
git,
89
}:
910
let
10-
version = "0.8.1";
11+
version = "0.8.2";
1112
src = fetchFromGitHub {
1213
owner = "Saghen";
1314
repo = "blink.cmp";
1415
tag = "v${version}";
15-
hash = "sha256-hlz1t9W9CEdUw6Fgs+sDLbzX+hdkPyqbOhXKPd8NBDY=";
16+
hash = "sha256-b+7be0ShxFhkUfQo0QTnYaaEE62HQKF5g+xCuTrPRXE=";
1617
};
1718
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
1819
blink-fuzzy-lib = rustPlatform.buildRustPackage {
@@ -22,6 +23,8 @@ let
2223
useFetchCargoVendor = true;
2324
cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY=";
2425

26+
nativeBuildInputs = [ git ];
27+
2528
env = {
2629
# TODO: remove this if plugin stops using nightly rust
2730
RUSTC_BOOTSTRAP = true;

0 commit comments

Comments
 (0)