Loading pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -9,19 +9,19 @@ replaceVars, }: let version = "0.11.0"; version = "0.12.2"; src = fetchFromGitHub { owner = "Saghen"; repo = "blink.cmp"; tag = "v${version}"; hash = "sha256-uL1g5zhTpWfdbCqE+JYFH+2uDj9MT86vLTyKEweQesg="; hash = "sha256-oPh0mIqSxbpzmUzk3lP7OwcqKfP8syP0NAPKysTet98="; }; blink-fuzzy-lib = rustPlatform.buildRustPackage { inherit version src; pname = "blink-fuzzy-lib"; useFetchCargoVendor = true; cargoHash = "sha256-EoxKmVyJRxqI6HOuuiSj5+IOuo5M8ZNdSyk86sQNtE8="; cargoHash = "sha256-W7CdF70BMXKMCcooR6adw2wwHJ3WznZ+o8KRyHWMeeI="; nativeBuildInputs = [ git ]; Loading Loading @@ -59,6 +59,7 @@ vimUtils.buildVimPlugin { meta = { description = "Performant, batteries-included completion plugin for Neovim"; homepage = "https://github.com/saghen/blink.cmp"; changelog = "https://github.com/Saghen/blink.cmp/blob/v${version}/CHANGELOG.md"; maintainers = with lib.maintainers; [ balssh redxtech Loading Loading
pkgs/applications/editors/vim/plugins/non-generated/blink-cmp/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -9,19 +9,19 @@ replaceVars, }: let version = "0.11.0"; version = "0.12.2"; src = fetchFromGitHub { owner = "Saghen"; repo = "blink.cmp"; tag = "v${version}"; hash = "sha256-uL1g5zhTpWfdbCqE+JYFH+2uDj9MT86vLTyKEweQesg="; hash = "sha256-oPh0mIqSxbpzmUzk3lP7OwcqKfP8syP0NAPKysTet98="; }; blink-fuzzy-lib = rustPlatform.buildRustPackage { inherit version src; pname = "blink-fuzzy-lib"; useFetchCargoVendor = true; cargoHash = "sha256-EoxKmVyJRxqI6HOuuiSj5+IOuo5M8ZNdSyk86sQNtE8="; cargoHash = "sha256-W7CdF70BMXKMCcooR6adw2wwHJ3WznZ+o8KRyHWMeeI="; nativeBuildInputs = [ git ]; Loading Loading @@ -59,6 +59,7 @@ vimUtils.buildVimPlugin { meta = { description = "Performant, batteries-included completion plugin for Neovim"; homepage = "https://github.com/saghen/blink.cmp"; changelog = "https://github.com/Saghen/blink.cmp/blob/v${version}/CHANGELOG.md"; maintainers = with lib.maintainers; [ balssh redxtech Loading