vimPlugins.blink-cmp: 0.7.3 -> 0.7.6 (#364100)

This commit is contained in:
Gaétan Lepage 2024-12-11 08:45:46 +01:00 committed by GitHub
commit 65bd49cf93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
nix-update-script,
}:
let
version = "0.7.3";
version = "0.7.6";
src = fetchFromGitHub {
owner = "Saghen";
repo = "blink.cmp";
rev = "refs/tags/v${version}";
hash = "sha256-nxiODLKgGeXzN5sqkLWU0PcsuSSB1scSzTC5qyCxLCI=";
hash = "sha256-fzAqUqMx4zqN9dtTYRAibhWd5CKh2pvai9g7E/xxnE8=";
};
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
blink-fuzzy-lib = rustPlatform.buildRustPackage {