leo-editor: 6.8.6.1 -> 6.8.7

This commit is contained in:
R. Ryantm
2025-10-11 19:38:07 +00:00
parent 01ac1583da
commit 14de17dfe4

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "leo-editor";
version = "6.8.6.1";
version = "6.8.7";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
tag = "v${finalAttrs.version}";
hash = "sha256-3ojiIjsGJpPgVSUi0QhIddqwsDxfRWxhxAQ5YmzwZiQ=";
hash = "sha256-GbbSPZQEPufRcF2aLjr9vEVLZlUIgAEP1QkaNILwJV4=";
};
dontBuild = true;