Merge pull request #292955 from r-ryantm/auto-update/typos-lsp

typos-lsp: 0.1.13 -> 0.1.14
This commit is contained in:
Nick Cao 2024-03-03 09:57:19 -05:00 committed by GitHub
commit 57612da75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "typos-lsp";
version = "0.1.13";
version = "0.1.14";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-2nNOUeuDDBi7Ak7ATKYyRqmGwebk0JqIdHN6GV+v+aA=";
hash = "sha256-eEBGas7RykUbeJDNEUGzW0i6MpocjgJhrMsCU+UrBVM=";
};
cargoHash = "sha256-hQoxaavR4cefmpr+znXOs1OFJJ83mGk4TidFf13l7Ho=";
cargoHash = "sha256-u9PW7HH+VUp1rIxtaOvTB3GYRPEkcbyCdI/HWsCRAU0=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726