diff options
author | Vincent Ambo <Vincent Ambo> | 2020-01-07T22·28+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-07T22·28+0000 |
commit | 9e2f86d65dd5f5047667f5a8f0aad5b8cb502701 (patch) | |
tree | 681d741751000d562ab40491bd26803350cadacc | |
parent | efc782fcdcab4ce177d40f9f70171ccd3c700523 (diff) |
chore(emacs): Bump emacs-libvterm to a more recent version r/341
-rw-r--r-- | tools/emacs/default.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix index e2d8c7d19272..44438ff5f89e 100644 --- a/tools/emacs/default.nix +++ b/tools/emacs/default.nix @@ -83,12 +83,20 @@ let transient use-package uuidgen - vterm web-mode websocket which-key xelb yaml-mode + + (vterm.overrideAttrs(_: { + src = third_party.fetchFromGitHub{ + owner = "akermu"; + repo = "emacs-libvterm"; + rev = "58b4cc40ee9872a08fc5cbfee78ad0e195a3306c"; + sha256 = "1w5yfl8nq4k7xyldf0ivzv36vhz3dwdzk6q2vs3xwpx6ljy52px6"; + }; + })) ]) ++ # Custom packages |