Commit 1fcdfff6 authored by dish's avatar dish
Browse files

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

Update and add updateScript
parent e20f3512
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";