Merge pull request #183464 from r-ryantm/auto-update/leo-editor

leo-editor: 6.6-b2 -> 6.6.3
This commit is contained in:
Christian Kögler 2022-08-15 14:08:52 +02:00 committed by GitHub
commit da3f06ff57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "leo-editor";
version = "6.6-b2";
version = "6.6.3";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "sha256-oUOsAYcxknG+bao76bzPhStO1m08pMWTEEiG2rLkklA=";
sha256 = "sha256-QBK+4V9Nff3K6KcJ1PEyU0Ohn3cLawKe/5sR4Tih0dM=";
};
dontBuild = true;