File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/language_servers/markdown-spellcheck-lsp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ;
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 ;
You can’t perform that action at this time.
0 commit comments