hexcurse: 1.58 -> 1.60.0

This commit is contained in:
ndowens 2017-03-03 17:00:46 -06:00 committed by vbgl
parent 36b238648e
commit cd18b65432

View File

@ -2,16 +2,16 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "hexcurse-${version}"; name = "hexcurse-${version}";
version = "1.58"; version = "1.60.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LonnyGomes"; owner = "LonnyGomes";
repo = "hexcurse"; repo = "hexcurse";
rev = "hexcurse-${version}"; rev = "v${version}";
sha256 = "0hm9mms2ija3wqba0mkk9i8fhb8q1pam6d6pjlingkzz6ygxnnp7"; sha256 = "17ckkxfzbqvvfdnh10if4aqdcq98q3vl6dn1v6f4lhr4ifnyjdlk";
}; };
buildInputs = [ buildInputs = [ ncurses ];
ncurses
];
meta = with lib; { meta = with lib; {
description = "ncurses-based console hexeditor written in C"; description = "ncurses-based console hexeditor written in C";
homepage = "https://github.com/LonnyGomes/hexcurse"; homepage = "https://github.com/LonnyGomes/hexcurse";