Skip to content

Commit

Permalink
vimPlugins.blink-cmp: 0.8.1 -> 0.8.2 (NixOS#367768)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 24, 2024
2 parents 18ed059 + c9b2967 commit 3b01f60
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
stdenv,
vimUtils,
nix-update-script,
git,
}:
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 All @@ -22,6 +23,8 @@ let
useFetchCargoVendor = true;
cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY=";

nativeBuildInputs = [ git ];

env = {
# TODO: remove this if plugin stops using nightly rust
RUSTC_BOOTSTRAP = true;
Expand Down

0 comments on commit 3b01f60

Please sign in to comment.