typos-lsp: 0.1.16 -> 0.1.17

See https://github.com/tekumara/typos-lsp/releases/tag/v0.1.17
This commit is contained in:
r-vdp 2024-04-08 14:09:03 +02:00
parent 0d28066770
commit f3d439a257
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "typos-lsp";
version = "0.1.16";
version = "0.1.17";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-wXwdAPaj2dY6R6rUl/3WGeUwV+/waQdHv1dmzTqFNow=";
hash = "sha256-Q/V9WabxtsUQ69r7qHzslko8anWyuB3VqVRQJ6gl9O8=";
};
cargoHash = "sha256-qXQPxMlBwLb2NVae+vKZPzufNrQeuz0cAdMflpsjDf4=";
cargoHash = "sha256-Rus79FpYBgz1CPK4n805Au0ncom8rhD3zD82a2DyR3k=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726