Skip to content

Commit

Permalink
vimPlugins.blink-cmp: 0.8.0 -> 0.8.1 (NixOS#367306)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 22, 2024
2 parents 6f8199c + 8bf3ea7 commit 5dd641f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/vim/plugins/blink-cmp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
nix-update-script,
}:
let
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
tag = "v${version}";
hash = "sha256-YUADpn3kImYqlc96R3qMKC2V+ZD3+Na0WDP63dxKKbU=";
hash = "sha256-hlz1t9W9CEdUw6Fgs+sDLbzX+hdkPyqbOhXKPd8NBDY=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {
inherit version src;
pname = "blink-fuzzy-lib";

useFetchCargoVendor = true;
cargoHash = "sha256-XXI2jEoD6XbFNk3O8B6+aLzl1ZcJq1VinQXb+AOw8Rw=";
cargoHash = "sha256-t84hokb2loZ6FPPt4eN8HzgNQJrQUdiG5//ZbmlasWY=";

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

0 comments on commit 5dd641f

Please sign in to comment.