From aa048203b7b6bc3e75053a48f89f433887d7823d Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 29 Jul 2018 16:46:45 +0200 Subject: chore(emacs): Update eglot version to 1.1 --- emacs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs.nix') 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"; }; }; -- cgit 1.4.1