mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
vimPlugins.blink-cmp: 0.7.3 -> 0.7.6 (#364100)
This commit is contained in:
commit
65bd49cf93
@ -7,12 +7,12 @@
|
|||||||
nix-update-script,
|
nix-update-script,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.7.3";
|
version = "0.7.6";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Saghen";
|
owner = "Saghen";
|
||||||
repo = "blink.cmp";
|
repo = "blink.cmp";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-nxiODLKgGeXzN5sqkLWU0PcsuSSB1scSzTC5qyCxLCI=";
|
hash = "sha256-fzAqUqMx4zqN9dtTYRAibhWd5CKh2pvai9g7E/xxnE8=";
|
||||||
};
|
};
|
||||||
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
|
libExt = if stdenv.hostPlatform.isDarwin then "dylib" else "so";
|
||||||
blink-fuzzy-lib = rustPlatform.buildRustPackage {
|
blink-fuzzy-lib = rustPlatform.buildRustPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user