libvterm-neovim: 0.3 -> 0.3.1

This commit is contained in:
R. Ryantm 2023-01-29 23:21:12 +00:00
parent 2be9646b90
commit a6441df4d8

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