unibilium: 2.0.0 -> 20190811

Main maintainer doesn't answer. Neovim is now the upstream see
https://github.com/neovim/neovim/issues/10302
This commit is contained in:
Matthieu Coudron 2019-11-20 23:58:17 +09:00
parent da32ab4405
commit a3a0f1f489

View File

@ -1,15 +1,15 @@
{ stdenv, lib, fetchFromGitHub, libtool, pkgconfig, perl, ncurses }: { stdenv, lib, fetchFromGitHub, libtool, pkgconfig, perl, ncurses }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "unibilium"; pname = "unibilium-unstable";
version = "2.0.0"; version = "20190811";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mauke"; owner = "neovim";
repo = "unibilium"; repo = "unibilium";
rev = "v${version}"; rev = "92d929fabaf94ea4feb48149bbc3bbea77c4fab0";
sha256 = "1wa9a32wzqnxqh1jh554afj13dzjr6mw2wzqzw8d08nza9pg2ra2"; sha256 = "1l8p3fpdymba62x1f5d990v72z3m5f5g2yf505g0rlf2ysc5r1di";
}; };
makeFlags = [ "PREFIX=$(out)" ] makeFlags = [ "PREFIX=$(out)" ]