chore(emacs): Update eglot version to 1.1
This commit is contained in:
parent
503eff9a1f
commit
aa048203b7
1 changed files with 2 additions and 2 deletions
|
@ -29,13 +29,13 @@ nix-mode = emacsPackagesNg.melpaBuild {
|
||||||
# `eglot` instead and hope for the best.
|
# `eglot` instead and hope for the best.
|
||||||
eglot = emacsPackagesNg.melpaBuild rec {
|
eglot = emacsPackagesNg.melpaBuild rec {
|
||||||
pname = "eglot";
|
pname = "eglot";
|
||||||
version = "0.8";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "joaotavora";
|
owner = "joaotavora";
|
||||||
repo = "eglot";
|
repo = "eglot";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1avsry84sp3s2vr2iz9dphm579xgw8pqlwffl75gn5akykgazwdx";
|
sha256 = "0p3fry60xvh7za0p8pyz4h21nzj6df1cbl9lxdzd19rwfd35fzpp";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue