typos-lsp: 0.1.39 -> 0.1.40 (#422017)

This commit is contained in:
Pol Dellaiera 2025-07-04 23:42:42 +02:00 committed by GitHub
commit e021d0bbdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,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.39";
version = "0.1.40";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
tag = "v${version}";
hash = "sha256-GMU7xWVwHleBbtCVjKWzpOvAl8JcObX/phpTphP7N5I=";
hash = "sha256-O8TikrjFpmZ7PX7KmnErMW3OE6BoAlSAeZGD9qOEfog=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-7BN+K14M4dzKP89ATA/zK1QfJxnEFD1j7kwBvvWrHQw=";
cargoHash = "sha256-V6uYmnsbWuQc002hdDfc/B1mzrS7xu0xcR/6m2oxyMU=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726