vimPlugins.blink-cmp: 0.7.3 -> 0.7.6

This commit is contained in:
Austin Horstman
2024-12-10 21:13:09 -06:00
parent 7208217d78
commit 99926bf060
@@ -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 {