cv: update from 0.7.1 to 0.8

This commit is contained in:
Pascal Wittmann 2015-08-01 21:11:58 +02:00
parent 2b284a3d1d
commit 9cac20afa8

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cv-${version}"; name = "cv-${version}";
version = "0.7.1"; version = "0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Xfennec"; owner = "Xfennec";
repo = "cv"; repo = "cv";
rev = "v${version}"; rev = "v${version}";
sha256 = "1dcq45mz443mzzf344ap5dgsazhcrn3aislxs57jqbg4p5bbmh1b"; sha256 = "17vfcv0n1ib4rh1hdl126aid7cnnk94avzlk9yp7y855iml8xzs4";
}; };
buildInputs = [ ncurses ]; buildInputs = [ ncurses ];