Skip to content

Commit

Permalink
emacs-lsp-booster: 0.1.1 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent 6c08fe3 commit 775a326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/em/emacs-lsp-booster/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "emacs-lsp-booster";
version = "0.1.1";
version = "0.2.0";

src = fetchFromGitHub {
owner = "blahgeek";
repo = "emacs-lsp-booster";
rev = "v${version}";
hash = "sha256-0roQxzQrxcmS2RHQPguBRL76xSErf2hVjuJEyFr5MeM=";
hash = "sha256-DmEnuAR/OtTdKApEWCdOPAJplT29kuM6ZSHeOnQVo/c=";
};

cargoHash = "sha256-quqhAMKsZorYKFByy2bojGgYR2Ps959Rg/TP8SnwbqM=";
cargoHash = "sha256-2wXsPkBl4InjbdYUiiQ+5fZFanLA88t5ApGZ4psfDqk=";

nativeCheckInputs = [emacs]; # tests/bytecode_test

Expand Down

0 comments on commit 775a326

Please sign in to comment.