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

leo-editor: 6.6.3 -> 6.6.4
This commit is contained in:
Jonas Heinrich 2022-09-03 08:38:46 +02:00 committed by GitHub
commit e6ee009df4
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.3";
version = "6.6.4";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "sha256-QBK+4V9Nff3K6KcJ1PEyU0Ohn3cLawKe/5sR4Tih0dM=";
sha256 = "sha256-NwqvlDG37OpWaLJHb6NqkRYvWwDzICKqfgIJRTBDnkI=";
};
dontBuild = true;