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:
parent
5996187504
commit
43f61cf8d4
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user