mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
emacsPackages.lsp-bridge: 0-unstable-2024-10-04 -> 0-unstable-2024-10-07 (#347132)
This commit is contained in:
commit
062caf0f2e
@ -24,18 +24,19 @@ let
|
||||
setuptools
|
||||
sexpdata
|
||||
six
|
||||
watchdog
|
||||
]
|
||||
);
|
||||
in
|
||||
melpaBuild {
|
||||
pname = "lsp-bridge";
|
||||
version = "0-unstable-2024-10-04";
|
||||
version = "0-unstable-2024-10-07";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "manateelazycat";
|
||||
repo = "lsp-bridge";
|
||||
rev = "2d0cd0bea3bd503ca3bb7bcf4a6a78af091c7ecc";
|
||||
hash = "sha256-q6xIYUhXTqGeR9tnjd1xnCOnOeOMypJN6vfGjZDuIIM=";
|
||||
rev = "f726a341c283a5b84d3587cf84e40817b8ec72c6";
|
||||
hash = "sha256-JL02pYjM5DyUt5wCNN0UnLVSXv9DCfSaSBGy5PzLvyA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user