From 718a40cd48212a606bb2b57181054ae7e8a3fc5f Mon Sep 17 00:00:00 2001 From: kashw2 Date: Mon, 4 Sep 2023 08:27:46 +1000 Subject: [PATCH] leo-editor: 6.7.3 -> 6.7.4 --- pkgs/applications/editors/leo-editor/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix index 066b2d13db74..d029145934af 100644 --- a/pkgs/applications/editors/leo-editor/default.nix +++ b/pkgs/applications/editors/leo-editor/default.nix @@ -2,13 +2,13 @@ mkDerivation rec { pname = "leo-editor"; - version = "6.7.3"; + version = "6.7.4"; src = fetchFromGitHub { owner = "leo-editor"; repo = "leo-editor"; rev = version; - sha256 = "sha256-yzYcdKFhpvxmqzxXMpsdySMk3pLd+ve87W0y2epZoqQ="; + sha256 = "sha256-YKK46PeCMOTNOTpMrIgem+Au70Xj+tTHxOhC8alF3ms="; }; dontBuild = true; @@ -60,7 +60,7 @@ mkDerivation rec { 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; - maintainers = with maintainers; [ leonardoce ]; + maintainers = with maintainers; [ leonardoce kashw2 ]; mainProgram = "leo"; }; }