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

leo-editor: 6.2.1 -> 6.5
This commit is contained in:
Thiago Kenji Okada 2021-11-14 01:11:10 -03:00 committed by GitHub
commit a28f2c9e6a
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.2.1";
version = "6.5";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "1s9jvxwzsl32clp78g92nq9p2byf08libr5widl1jnkv1cpkbvh9";
sha256 = "sha256-f237oXhnu6OtGVhIFDswFwfjcLgYWvLNRtVW4SChFzU=";
};
dontBuild = true;