Skip to content

Commit

Permalink
vimPlugins.blink-cmp: 0.7.6 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 21, 2024
1 parent e21fc45 commit 4e09fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vim/plugins/blink-cmp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
nix-update-script,
}:
let
version = "0.7.6";
version = "0.8.0";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
rev = "refs/tags/v${version}";
hash = "sha256-fzAqUqMx4zqN9dtTYRAibhWd5CKh2pvai9g7E/xxnE8=";
hash = "sha256-YUADpn3kImYqlc96R3qMKC2V+ZD3+Na0WDP63dxKKbU=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {
Expand Down

0 comments on commit 4e09fa4

Please sign in to comment.