Unverified Commit 0ad151d7 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

emacsPackages.lsp-bridge: 0-unstable-2024-09-11 -> 0-unstable-2024-09-27 (#344932)

parents c318b34d 22155c15
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ let
in
melpaBuild {
  pname = "lsp-bridge";
  version = "0-unstable-2024-09-11";
  version = "0-unstable-2024-09-27";

  src = fetchFromGitHub {
    owner = "manateelazycat";
    repo = "lsp-bridge";
    rev = "fb64891c2585f9fc0b7f2062cc2b98321aa4e4ca";
    hash = "sha256-ChpZhFEKvN+1oYHbQKBUMbTjk/U++kCDnImMVtcYVBc=";
    rev = "f9d540ff451d9a0ee92819b84472820f16be15d5";
    hash = "sha256-YqUC2Z24ORwIMNZUsAJrAnSaDovccnGMg2OSYY1mYoQ=";
  };

  patches = [