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

emacsPackages.lsp-bridge: 0-unstable-2025-01-22 -> 0-unstable-2025-02-03 (#379509)

parents 8d4161b7 451af963
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@ let
in
melpaBuild {
  pname = "lsp-bridge";
  version = "0-unstable-2025-01-22";
  version = "0-unstable-2025-02-03";

  src = fetchFromGitHub {
    owner = "manateelazycat";
    repo = "lsp-bridge";
    rev = "c87e6ac6d452b3bd94583a5c5edb16f37edadb94";
    hash = "sha256-+6qU8KGdti/pji1d+024bnT7+oFP5Ve3jToURautKzE=";
    rev = "16c9054be6e40a254e096715b1acf80ca36918aa";
    hash = "sha256-u1NWrSLsc+SRiK9BZwAujrzYb7vU+lEqyT+wozbXaiY=";
  };

  patches = [