chore(emacs): Bump emacs-libvterm to a more recent version
This commit is contained in:
parent
efc782fcdc
commit
9e2f86d65d
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue