File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pkgs/applications/editors/vim/plugins/non-generated/blink-cmp Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 55 stdenv ,
66 vimUtils ,
77 nix-update-script ,
8+ git ,
89} :
910let
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 {
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 ;
You can’t perform that action at this time.
0 commit comments