leo-editor: 5.7.3 -> 6.2

This commit is contained in:
R. RyanTM 2020-03-29 04:23:50 +00:00 committed by Jon
parent 178dede747
commit 8f86e3c1a3

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "leo-editor";
version = "5.7.3";
version = "6.2";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "0ri6l6cxwva450l05af5vs1lsgrz6ciwd02njdgphs9pm1vwxbl9";
sha256 = "07f10qwvi3p7bskzxnx5rlhlfrh7rx8v0xdlc4vs2271438j1j2z";
};
dontBuild = true;
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = http://leoeditor.com;
homepage = "http://leoeditor.com";
description = "A powerful folding editor";
longDescription = "Leo is a PIM, IDE and outliner that accelerates the work flow of programmers, authors and web designers.";
license = licenses.mit;