Commit e4a86349 authored by Kira Bruneau's avatar Kira Bruneau
Browse files

emacsPackages.lsp-bridge: 0-unstable-2024-06-29 -> 0-unstable-2024-07-14

parent ad011104
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ in
  llvm-mode = callPackage ./manual-packages/llvm-mode { };

  lsp-bridge = callPackage ./manual-packages/lsp-bridge {
    inherit (pkgs) python3 git go gopls pyright;
    inherit (pkgs) basedpyright git go gopls python3;
  };

  lspce = callPackage ./manual-packages/lspce { };
+9 −8
Original line number Diff line number Diff line
@@ -6,11 +6,10 @@
  substituteAll,
  acm,
  markdown-mode,
  basedpyright,
  git,
  go,
  gopls,
  pyright,
  ruff,
  tempel,
  unstableGitUpdater,
}:
@@ -30,13 +29,13 @@ let
in
melpaBuild {
  pname = "lsp-bridge";
  version = "0-unstable-2024-06-29";
  version = "0-unstable-2024-07-14";

  src = fetchFromGitHub {
    owner = "manateelazycat";
    repo = "lsp-bridge";
    rev = "9e88e660d717ba597d9fe9366cf4278674734410";
    hash = "sha256-qpetTKZDQjoofp8ggothYALQBpwLjuNxCq46Pe4oZZA=";
    rev = "023924926ae6adfbcf5458c350b90dea7c05d51b";
    hash = "sha256-59bl4YbKS3HgrGJlUfM3LPabxKuuE+dT7CnVUJIl05k=";
  };

  patches = [
@@ -54,13 +53,15 @@ melpaBuild {
  ];

  checkInputs = [
    # Emacs packages
    tempel

    # Executables
    basedpyright
    git
    go
    gopls
    pyright
    python
    ruff
    tempel
  ];

  files = ''