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

emacsPackages.lsp-bridge: 0-unstable-2024-12-27 -> 0-unstable-2025-01-11 (#372847)

parents e7568618 f8034d57
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ let
in
melpaBuild {
  pname = "lsp-bridge";
  version = "0-unstable-2024-12-27";
  version = "0-unstable-2025-01-11";

  src = fetchFromGitHub {
    owner = "manateelazycat";
    repo = "lsp-bridge";
    rev = "402e65f372bb4268c0cd0514a12f0b0e9649c4af";
    hash = "sha256-iUOjc/iEJMsR87Kk96729luQx34b924zlZejA2oPNZ0=";
    rev = "6fd5eb21a174e6a04247a2f370b544dcd6cb2420";
    hash = "sha256-+E1l0Ea0Db5ksX9tDW+cvNUMjT4be5i9qcI/rIvFKbY=";
  };

  patches = [