File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ty/typos-lsp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ rustPlatform.buildRustPackage rec {
66 pname = "typos-lsp" ;
77 # Please update the corresponding VSCode extension too.
88 # See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
9- version = "0.1.34 " ;
9+ version = "0.1.35 " ;
1010
1111 src = fetchFromGitHub {
1212 owner = "tekumara" ;
1313 repo = "typos-lsp" ;
1414 tag = "v${ version } " ;
15- hash = "sha256-WqICNpheCJJAmmbj5QIejFeUIW/7ghrhQRP73PLLMJ4 =" ;
15+ hash = "sha256-5B4xWYJJ2KQLxzRQf0EKakGuB0LLOg023AIt8G3uAew =" ;
1616 } ;
1717
1818 useFetchCargoVendor = true ;
19- cargoHash = "sha256-tmBRUoBsNQlJY0JYtDknD5xeeFnokTE9cnHzktMIiBU =" ;
19+ cargoHash = "sha256-Es/CdtyRtBghAeRoi5WrS0sdkm5flRlp3KXLs/nJ6UU =" ;
2020
2121 # fix for compilation on aarch64
2222 # see https://github.com/NixOS/nixpkgs/issues/145726
You can’t perform that action at this time.
0 commit comments