libvterm-neovim: 2019-10-08 -> 0.1.3
This commit is contained in:
parent
8da81465c1
commit
b2f6aa631e
@ -6,13 +6,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libvterm-neovim";
|
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 {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "libvterm";
|
repo = "libvterm";
|
||||||
rev = "7c72294d84ce20da4c27362dbd7fa4b08cfc91da";
|
rev = "65dbda3ed214f036ee799d18b2e693a833a0e591";
|
||||||
sha256 = "111qyxq33x74dwdnqcnzlv9j0n8hxyribd6ppwcsxmyrniyw9qrk";
|
sha256 = "0r6yimzbkgrsi9aaxwvxahai2lzgjd1ysblr6m6by5w459853q3n";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user