Merge pull request #304932 from r-ryantm/auto-update/emacs-lsp-booster

emacs-lsp-booster: 0.2.0 -> 0.2.1
This commit is contained in:
Mario Rodas 2024-04-17 22:43:00 -05:00 committed by GitHub
commit ca7722c65a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "emacs-lsp-booster"; pname = "emacs-lsp-booster";
version = "0.2.0"; version = "0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blahgeek"; owner = "blahgeek";
repo = "emacs-lsp-booster"; repo = "emacs-lsp-booster";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DmEnuAR/OtTdKApEWCdOPAJplT29kuM6ZSHeOnQVo/c="; hash = "sha256-uP/xJfXQtk8oaG5Zk+dw+C2fVFdjpUZTDASFuj1+eYs=";
}; };
cargoHash = "sha256-2wXsPkBl4InjbdYUiiQ+5fZFanLA88t5ApGZ4psfDqk="; cargoHash = "sha256-CvIJ56QrIzQULFeXYQXTpX9PoGx1/DWtgwzfJ+mljEI=";
nativeCheckInputs = [emacs]; # tests/bytecode_test nativeCheckInputs = [emacs]; # tests/bytecode_test