summary refs log tree commit diff
path: root/pkgs/development/libraries/libvterm-neovim
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2020-01-14 12:23:37 +0000
committeradisbladis <adisbladis@gmail.com>2020-01-14 12:23:37 +0000
commitb2f6aa631edc025cb6748133864317983bf5c6d1 (patch)
tree1b7280997474a7390c20394dc5aded801ef92054 /pkgs/development/libraries/libvterm-neovim
parent8da81465c19fca393a3b17004c743e4d82a98e4f (diff)
downloadnixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.tar
nixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.tar.gz
nixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.tar.bz2
nixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.tar.lz
nixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.tar.xz
nixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.tar.zst
nixpkgs-b2f6aa631edc025cb6748133864317983bf5c6d1.zip
libvterm-neovim: 2019-10-08 -> 0.1.3
Diffstat (limited to 'pkgs/development/libraries/libvterm-neovim')
-rw-r--r--pkgs/development/libraries/libvterm-neovim/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libvterm-neovim/default.nix b/pkgs/development/libraries/libvterm-neovim/default.nix
index 50ee7e4d387..0cd1b64c1b9 100644
--- a/pkgs/development/libraries/libvterm-neovim/default.nix
+++ b/pkgs/development/libraries/libvterm-neovim/default.nix
@@ -6,13 +6,14 @@
 
 stdenv.mkDerivation {
   pname = "libvterm-neovim";
-  version = "2019-10-08";
+  # Releases are not tagged, look at commit history to find latest release
+  version = "0.1.3";
 
   src = fetchFromGitHub {
     owner = "neovim";
     repo = "libvterm";
-    rev = "7c72294d84ce20da4c27362dbd7fa4b08cfc91da";
-    sha256 = "111qyxq33x74dwdnqcnzlv9j0n8hxyribd6ppwcsxmyrniyw9qrk";
+    rev = "65dbda3ed214f036ee799d18b2e693a833a0e591";
+    sha256 = "0r6yimzbkgrsi9aaxwvxahai2lzgjd1ysblr6m6by5w459853q3n";
   };
 
   buildInputs = [ perl ];