mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
emacsPackages.lsp-bridge: 0-unstable-2024-09-27 -> 0-unstable-2024-10-04
This commit is contained in:
parent
d786d01725
commit
63e0c0fbca
1 changed files with 3 additions and 3 deletions
|
@ -29,13 +29,13 @@ let
|
||||||
in
|
in
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
pname = "lsp-bridge";
|
pname = "lsp-bridge";
|
||||||
version = "0-unstable-2024-09-27";
|
version = "0-unstable-2024-10-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "manateelazycat";
|
owner = "manateelazycat";
|
||||||
repo = "lsp-bridge";
|
repo = "lsp-bridge";
|
||||||
rev = "f9d540ff451d9a0ee92819b84472820f16be15d5";
|
rev = "2d0cd0bea3bd503ca3bb7bcf4a6a78af091c7ecc";
|
||||||
hash = "sha256-YqUC2Z24ORwIMNZUsAJrAnSaDovccnGMg2OSYY1mYoQ=";
|
hash = "sha256-q6xIYUhXTqGeR9tnjd1xnCOnOeOMypJN6vfGjZDuIIM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue