Unverified Commit 7c37bedd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #257287 from trofi/libvterm-neovim-update

libvterm-neovim: 0.3.2 -> 0.3.3
parents fc000625 d4758c3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.2";
  version = "0.3.3";

  src = fetchurl {
    url = "https://www.leonerd.org.uk/code/libvterm/libvterm-${version}.tar.gz";
    sha256 = "sha256-ketQiAafTm7atp4UxCEvbaAZLmVpWVbcBIAWoNq4vPY=";
    url = "https://launchpad.net/libvterm/trunk/v${lib.versions.majorMinor version}/+download/libvterm-${version}.tar.gz";
    hash = "sha256-CRVvQ90hKL00fL7r5Q2aVx0yxk4M8Y0hEZeUav9yJuA=";
  };

  nativeBuildInputs = [ perl libtool ];