joe: update from 3.7 to 4.0, add meta-information

This commit is contained in:
Pascal Wittmann 2015-05-31 16:13:18 +02:00
parent e0cc3efca2
commit 59943d69f9

View File

@ -1,14 +1,16 @@
{stdenv, fetchurl} :
{ stdenv, fetchurl } :
stdenv.mkDerivation rec {
name = "joe-3.7";
name = "joe-4.0";
src = fetchurl {
url = "mirror://sourceforge/joe-editor/${name}.tar.gz";
sha256 = "0vqhffdjn3xwsfa383i6kdrpfwilq8b382ljjhy1v32smphmdr6a";
sha256 = "0599xp90idl3dkplz72p33d2rfg0hb5yd38rhqdvz5zxfzzssmn5";
};
meta = {
meta = with stdenv.lib; {
description = "A full featured terminal-based screen editor";
homepage = http://joe-editor.sourceforge.net;
license = licenses.gpl2;
};
}