typos-lsp: 0.1.35 -> 0.1.36

This commit is contained in:
R. Ryantm
2025-03-31 08:22:31 +00:00
parent 039ad942e3
commit 67277b7de8

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.35";
version = "0.1.36";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
tag = "v${version}";
hash = "sha256-5B4xWYJJ2KQLxzRQf0EKakGuB0LLOg023AIt8G3uAew=";
hash = "sha256-TA0mWhHhTFBleybdpv3ypQmwYhqt1EKmWoDeKUiF9VI=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Es/CdtyRtBghAeRoi5WrS0sdkm5flRlp3KXLs/nJ6UU=";
cargoHash = "sha256-5G2hV1c063WKfc2Y8oW3OQdO2v0b8M6kfxf2NV+jMlA=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726