pick: 1.4.0 -> 1.6.1

This commit is contained in:
Kranium Gikos Mendoza 2017-05-28 23:59:59 +10:00
parent 81319583bc
commit a3bc7ec0f0

View File

@ -2,19 +2,23 @@
stdenv.mkDerivation rec {
name = "pick-${version}";
version = "1.4.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "thoughtbot";
repo = "pick";
rev = "v${version}";
sha256 = "113if0jh7svwrwrxhrsbi7h1whfr5707v2ny4dc9kk2sjbv6b9pg";
sha256 = "0iw3yqwg8j0pg56xx52xwn7n95vxlqbqh71zrc934v4mq971qlhd";
};
buildInputs = [ ncurses ];
nativeBuildInputs = [ autoreconfHook ];
postPatch = ''
sed -i -e 's/\[curses]/\[ncurses]/g' configure.ac
'';
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "Fuzzy text selection utility";