Skip to content

Commit 789ea3f

Browse files
committed
Bump markdown-spellcheck-lsp
1 parent 7acd332 commit 789ea3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language_servers/markdown-spellcheck-lsp/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ let
3737
name = "markdown-spellcheck-lsp-index.js";
3838

3939
src = fetchTarball {
40-
url = https://github.com/codedownio/markdown-spellcheck-lsp/releases/download/v0.6.0/markdown-spellcheck-lsp.tar.gz;
41-
sha256 = "sha256:0lvj3qg1rj8r0s5lsgayzjbk6if6xjq41715jx08kv7y0ffh7xrj";
40+
url = https://github.com/codedownio/markdown-spellcheck-lsp/releases/download/v0.6.1/markdown-spellcheck-lsp.tar.gz;
41+
sha256 = "sha256:1w7g3v01ziv98xanibfqb0xwkbl918mdrq4y0ryga8h7kfvifmc4";
4242
};
4343

4444
buildPhase = "true";

0 commit comments

Comments
 (0)