emacs-lsp-booster: 0.1.1 -> 0.2.0

This commit is contained in:
R. Ryantm 2024-01-14 22:41:17 +00:00
parent 6c08fe3ccf
commit 775a326df0

View File

@ -6,16 +6,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "emacs-lsp-booster"; pname = "emacs-lsp-booster";
version = "0.1.1"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "blahgeek"; owner = "blahgeek";
repo = "emacs-lsp-booster"; repo = "emacs-lsp-booster";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0roQxzQrxcmS2RHQPguBRL76xSErf2hVjuJEyFr5MeM="; hash = "sha256-DmEnuAR/OtTdKApEWCdOPAJplT29kuM6ZSHeOnQVo/c=";
}; };
cargoHash = "sha256-quqhAMKsZorYKFByy2bojGgYR2Ps959Rg/TP8SnwbqM="; cargoHash = "sha256-2wXsPkBl4InjbdYUiiQ+5fZFanLA88t5ApGZ4psfDqk=";
nativeCheckInputs = [emacs]; # tests/bytecode_test nativeCheckInputs = [emacs]; # tests/bytecode_test