libvterm-neovim: 2018-11-26 -> 2019-08-28

This commit is contained in:
Roman Volosatovs 2019-09-16 10:21:22 +02:00
parent 93e25e8b00
commit 53502fce1b
No known key found for this signature in database
GPG key ID: 2660C5FDCEBE6F87

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation {
pname = "libvterm-neovim";
version = "2018-11-26";
version = "2019-08-28";
src = fetchFromGitHub {
owner = "neovim";
repo = "libvterm";
rev = "f600f523545b7d4018ebf320e3273795dbe43c8a";
sha256 = "08lxd8xs9cg4axgq6bkb7afjxg3s29s1a3niqqm4wjb7iyi2jx5b";
rev = "1aa95e24d8f07a396aa80b7cd52f93e2b5bcca79";
sha256 = "0vjd397lqrfv4kc79i5izva4bynbymx3gllkg281fnk0b15vxfif";
};
buildInputs = [ perl ];
@ -27,7 +27,7 @@ stdenv.mkDerivation {
description = "VT220/xterm/ECMA-48 terminal emulator library";
homepage = http://www.leonerd.org.uk/code/libvterm/;
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rvolosatovs ];
platforms = platforms.unix;
};
}