Skip to content

Commit 65c5bcf

Browse files
committed
Bump markdown-spellcheck-lsp
1 parent 5edfeaf commit 65c5bcf

File tree

1 file changed

+4
-4
lines changed
  • modules/language_servers/markdown-spellcheck-lsp

1 file changed

+4
-4
lines changed

modules/language_servers/markdown-spellcheck-lsp/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ let
2727
# tar -czvf $out "$dir"
2828
# '';
2929

30+
version = "0.6.2";
31+
3032
indexJs = stdenv.mkDerivation {
3133
name = "markdown-spellcheck-lsp-index.js";
3234

3335
src = fetchurl {
34-
url = "https://github.com/codedownio/markdown-spellcheck-lsp/releases/download/v0.6.1/markdown-spellcheck-lsp.tar.gz";
35-
hash = "sha256-CSxfCEb/R/a8YuGOcF2hA3Ra/HWya+E04AsOwHajU+E=";
36+
url = "https://github.com/codedownio/markdown-spellcheck-lsp/releases/download/v${version}/markdown-spellcheck-lsp.tar.gz";
37+
hash = "sha256-eGJkPHynLJnqtRXmJqd+VZzGLkRakP33vo1FDtIAbnw=";
3638
};
3739

3840
buildPhase = "true";
@@ -55,8 +57,6 @@ let
5557
--add-flags ${indexJs}
5658
'';
5759

58-
version = "1.1.0";
59-
6060
meta = hunspell.meta // {
6161
icon = ./pen-alt.png;
6262
iconMonochrome = ./pen-alt.svg;

0 commit comments

Comments
 (0)