Merge pull request #213470 from r-ryantm/auto-update/libvterm-neovim

libvterm-neovim: 0.3 -> 0.3.1
This commit is contained in:
Nick Cao 2023-01-31 09:49:41 +08:00 committed by GitHub
commit bce7cbc295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "libvterm-neovim";
# Releases are not tagged, look at commit history to find latest release
version = "0.3";
version = "0.3.1";
src = fetchurl {
url = "https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz";
sha256 = "sha256-YesNZijFK98CkA39RGiqhqGnElIourimcyiYGIdIM1g=";
sha256 = "sha256-JaitnBVIU2jf0Kip3KGuyP6lwn2j+nTsUY1dN4fww5c=";
};
nativeBuildInputs = [ perl libtool ];