We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d4161b + 451af96 commit ba5da9dCopy full SHA for ba5da9d
pkgs/applications/editors/emacs/elisp-packages/manual-packages/lsp-bridge/default.nix
@@ -32,13 +32,13 @@ let
32
in
33
melpaBuild {
34
pname = "lsp-bridge";
35
- version = "0-unstable-2025-01-22";
+ version = "0-unstable-2025-02-03";
36
37
src = fetchFromGitHub {
38
owner = "manateelazycat";
39
repo = "lsp-bridge";
40
- rev = "c87e6ac6d452b3bd94583a5c5edb16f37edadb94";
41
- hash = "sha256-+6qU8KGdti/pji1d+024bnT7+oFP5Ve3jToURautKzE=";
+ rev = "16c9054be6e40a254e096715b1acf80ca36918aa";
+ hash = "sha256-u1NWrSLsc+SRiK9BZwAujrzYb7vU+lEqyT+wozbXaiY=";
42
};
43
44
patches = [
0 commit comments