2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-05-13 18:12:23 +00:00

libvterm-neovim: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm 2023-05-29 02:23:31 +00:00
parent 5996187504
commit 43f61cf8d4

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.1";
version = "0.3.2";
src = fetchurl {
url = "https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz";
sha256 = "sha256-JaitnBVIU2jf0Kip3KGuyP6lwn2j+nTsUY1dN4fww5c=";
sha256 = "sha256-ketQiAafTm7atp4UxCEvbaAZLmVpWVbcBIAWoNq4vPY=";
};
nativeBuildInputs = [ perl libtool ];