libvterm-neovim: 2019-10-08 -> 0.1.3

This commit is contained in:
adisbladis 2020-01-14 12:23:37 +00:00
parent 8da81465c1
commit b2f6aa631e
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -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 ];