summary refs log tree commit diff
path: root/pkgs/development/libraries/libvterm-neovim
diff options
context:
space:
mode:
authorRoman Volosatovs <rvolosatovs@riseup.net>2019-09-16 10:21:22 +0200
committerRoman Volosatovs <rvolosatovs@riseup.net>2019-09-16 22:00:43 +0200
commit53502fce1b9123b676f2722b2960bab30340b5ab (patch)
treedbb5679238f920d9255d8c29d93cb21e3edaaecd /pkgs/development/libraries/libvterm-neovim
parent93e25e8b00dc40a879be3a5fc11cf720a5f1ac1d (diff)
downloadnixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.tar
nixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.tar.gz
nixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.tar.bz2
nixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.tar.lz
nixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.tar.xz
nixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.tar.zst
nixpkgs-53502fce1b9123b676f2722b2960bab30340b5ab.zip
libvterm-neovim: 2018-11-26 -> 2019-08-28
Diffstat (limited to 'pkgs/development/libraries/libvterm-neovim')
-rw-r--r--pkgs/development/libraries/libvterm-neovim/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libvterm-neovim/default.nix b/pkgs/development/libraries/libvterm-neovim/default.nix
index 48dbc5f395c..231b426e6a7 100644
--- a/pkgs/development/libraries/libvterm-neovim/default.nix
+++ b/pkgs/development/libraries/libvterm-neovim/default.nix
@@ -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;
   };
 }