leo-editor: 6.8.7 -> 6.8.8

This commit is contained in:
R. Ryantm
2026-04-14 16:11:51 +00:00
parent 8568fa964f
commit 2cd7efc695
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "leo-editor";
version = "6.8.7";
version = "6.8.8";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
tag = "v${finalAttrs.version}";
hash = "sha256-GbbSPZQEPufRcF2aLjr9vEVLZlUIgAEP1QkaNILwJV4=";
hash = "sha256-A7eFYdmKd4E515xRI4fuLs8wuC9sZu1qd2qMZXs7Ko0=";
};
dontBuild = true;