typos-lsp: 0.1.33 -> 0.1.34

This commit is contained in:
R. Ryantm
2025-02-14 13:27:58 +00:00
parent 62172c1d3a
commit b169aae532
+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.33";
version = "0.1.34";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
tag = "v${version}";
hash = "sha256-FunbE4HxDmugLmR2XwFFAjvNBTVbLAhiHtacxuPXMVE=";
hash = "sha256-WqICNpheCJJAmmbj5QIejFeUIW/7ghrhQRP73PLLMJ4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-JFsDq9FaOvQmCCO2He2BIUJO6E8x5aMTBQy0B5kY4lQ=";
cargoHash = "sha256-tmBRUoBsNQlJY0JYtDknD5xeeFnokTE9cnHzktMIiBU=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726