leo-editor: 6.6.4 -> 6.7.1

This commit is contained in:
R. Ryantm 2022-11-12 10:44:27 +00:00 committed by Bobby Rong
parent 149ac1b96f
commit 5ec7d46d92

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "leo-editor";
version = "6.6.4";
version = "6.7.1";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "sha256-NwqvlDG37OpWaLJHb6NqkRYvWwDzICKqfgIJRTBDnkI=";
sha256 = "sha256-4sD/gN9cbgZ9Z5Xiyx2velX5q6J6vOQAeRor10Zamyw=";
};
dontBuild = true;