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

leo-editor: 6.5 -> 6.6-b2
This commit is contained in:
Bobby Rong 2022-03-08 15:14:26 +08:00 committed by GitHub
commit 70af51dc76
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.5";
version = "6.6-b2";
src = fetchFromGitHub {
owner = "leo-editor";
repo = "leo-editor";
rev = version;
sha256 = "sha256-f237oXhnu6OtGVhIFDswFwfjcLgYWvLNRtVW4SChFzU=";
sha256 = "sha256-oUOsAYcxknG+bao76bzPhStO1m08pMWTEEiG2rLkklA=";
};
dontBuild = true;