typos-lsp: 0.1.34 -> 0.1.35

This commit is contained in:
R. Ryantm
2025-03-06 15:36:40 +00:00
committed by Weijia Wang
parent 74a97c5169
commit 06f6ef5cc4
+3 -3
View File
@@ -6,17 +6,17 @@ rustPlatform.buildRustPackage rec {
pname = "typos-lsp";
# Please update the corresponding VSCode extension too.
# See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
version = "0.1.34";
version = "0.1.35";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
tag = "v${version}";
hash = "sha256-WqICNpheCJJAmmbj5QIejFeUIW/7ghrhQRP73PLLMJ4=";
hash = "sha256-5B4xWYJJ2KQLxzRQf0EKakGuB0LLOg023AIt8G3uAew=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-tmBRUoBsNQlJY0JYtDknD5xeeFnokTE9cnHzktMIiBU=";
cargoHash = "sha256-Es/CdtyRtBghAeRoi5WrS0sdkm5flRlp3KXLs/nJ6UU=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726