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

emacsPackages.lsp-bridge: 0-unstable-2025-02-03 -> 0-unstable-2025-02-10 (#383461)

parents 0d522023 4400dd23
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-02-03";
  version = "0-unstable-2025-02-10";

  src = fetchFromGitHub {
    owner = "manateelazycat";
    repo = "lsp-bridge";
    rev = "16c9054be6e40a254e096715b1acf80ca36918aa";
    hash = "sha256-u1NWrSLsc+SRiK9BZwAujrzYb7vU+lEqyT+wozbXaiY=";
    rev = "4401d1396dce89d1fc5dc5414565818dd1c30ae0";
    hash = "sha256-lWbFbYwJoy4UAezKUK7rnjQlDcnszHQwK5I7fuHfE8Y=";
  };

  patches = [