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

typos-lsp: 0.1.14 -> 0.1.15
This commit is contained in:
Nick Cao 2024-03-08 10:22:45 -05:00 committed by GitHub
commit 18f8cb37ce
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.14";
version = "0.1.15";
src = fetchFromGitHub {
owner = "tekumara";
repo = "typos-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-eEBGas7RykUbeJDNEUGzW0i6MpocjgJhrMsCU+UrBVM=";
hash = "sha256-8mCK/NKik1zf6hqJN4pflDbtFALckHR/8AQborbOoHs=";
};
cargoHash = "sha256-u9PW7HH+VUp1rIxtaOvTB3GYRPEkcbyCdI/HWsCRAU0=";
cargoHash = "sha256-aL7arYAiTpz9jy7Kh8u7OJmPMjayX4JiKoa7u8K0UiE=";
# fix for compilation on aarch64
# see https://github.com/NixOS/nixpkgs/issues/145726