Skip to content

Commit 06f6ef5

Browse files
r-ryantmwegank
authored andcommitted
typos-lsp: 0.1.34 -> 0.1.35
1 parent 74a97c5 commit 06f6ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ty/typos-lsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)