diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-07-29T14·46+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-07-29T14·46+0200 |
commit | aa048203b7b6bc3e75053a48f89f433887d7823d (patch) | |
tree | 2bf5030e1ab1d865b2903ca69ee6f0a72686acef /emacs.nix | |
parent | 503eff9a1fd93796494d29ca7a782c0e289841f5 (diff) |
chore(emacs): Update eglot version to 1.1
Diffstat (limited to 'emacs.nix')
-rw-r--r-- | emacs.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.nix b/emacs.nix index 84408b636686..7a16897126fd 100644 --- a/emacs.nix +++ b/emacs.nix @@ -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"; }; }; |