coc-spell-checker: 1.3.2-unstable-2022-12-18 -> 0-unstable-2022-12-19

Update and add updateScript
This commit is contained in:
dish
2025-11-24 18:28:09 -05:00
parent e20f3512a1
commit 1fcdfff659
@@ -7,10 +7,11 @@
yarnBuildHook,
yarnInstallHook,
nodejs,
nix-update-script,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "coc-spell-checker";
version = "1.3.2-unstable-2022-12-18";
version = "0-unstable-2022-12-19";
src = fetchFromGitHub {
owner = "iamcco";
@@ -34,6 +35,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
NODE_OPTIONS = "--openssl-legacy-provider";
passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
meta = {
description = "Basic spell checker that works well with camelCase code for (Neo)vim";
homepage = "https://github.com/iamcco/coc-spell-checker";