chore(emacs): Update eglot version to 1.1

This commit is contained in:
Vincent Ambo 2018-07-29 16:46:45 +02:00
parent 503eff9a1f
commit aa048203b7

View file

@ -29,13 +29,13 @@ nix-mode = emacsPackagesNg.melpaBuild {
# `eglot` instead and hope for the best.
eglot = emacsPackagesNg.melpaBuild rec {
pname = "eglot";
version = "0.8";
version = "1.1";
src = fetchFromGitHub {
owner = "joaotavora";
repo = "eglot";
rev = version;
sha256 = "1avsry84sp3s2vr2iz9dphm579xgw8pqlwffl75gn5akykgazwdx";
sha256 = "0p3fry60xvh7za0p8pyz4h21nzj6df1cbl9lxdzd19rwfd35fzpp";
};
};