leo-editor: 6.8.4 -> 6.8.6.1 (#431587)

This commit is contained in:
Yohann Boniface 2025-08-07 23:08:03 +02:00 committed by GitHub
commit 355887814b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "leo-editor";
version = "6.8.4";
version = "6.8.6.1";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "sha256-CSugdfkAMy6VFdNdSGR+iCrK/XhwseoiMQ4mfgu4F/E=";
sha256 = "sha256-3ojiIjsGJpPgVSUi0QhIddqwsDxfRWxhxAQ5YmzwZiQ=";
};
dontBuild = true;