typos-lsp: 0.1.50 -> 0.1.51

This commit is contained in:
R. Ryantm
2026-04-04 08:38:00 +00:00
parent e7d780829d
commit 0782c1cdc7
+3 -3
View File
@@ -7,16 +7,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
pname = "typos-lsp";
# Please update the corresponding VSCode extension too.
# See pkgs/applications/editors/vscode/extensions/tekumara.typos-vscode/default.nix
version = "0.1.50";
version = "0.1.51";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
tag = "v${finalAttrs.version}";
hash = "sha256-DInO8+VrphHZjlP7oegJKJG05dIFxsmcJKqU2hG4zT0=";
hash = "sha256-24HeIisU7jOTWB8i06WgMxyWaSnB6twcncMbUVx5P24=";
};
cargoHash = "sha256-zgbmPuvoAsvCdq49mT3YTNpeh91n0YLluwKEKJk9UaQ=";
cargoHash = "sha256-kwSEC7WEEF3MbjGO0/hSRty2LXbUayBgxAyFDQ450dw=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726