about summary refs log tree commit diff
path: root/pkgs/applications/editors/leo-editor
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-03-08 15:14:26 +0800
committerGitHub <noreply@github.com>2022-03-08 15:14:26 +0800
commit70af51dc76af956c54424f0a3cdc2496735e4687 (patch)
treed3d55d016ff26761051ca5346cba50f556bc9199 /pkgs/applications/editors/leo-editor
parenta75e9f95e3bf33e7d60cbf210687f31659426be1 (diff)
parentb7feb5361f2790df538ab5bd598a11e8de0a2857 (diff)
downloadnixlib-70af51dc76af956c54424f0a3cdc2496735e4687.tar
nixlib-70af51dc76af956c54424f0a3cdc2496735e4687.tar.gz
nixlib-70af51dc76af956c54424f0a3cdc2496735e4687.tar.bz2
nixlib-70af51dc76af956c54424f0a3cdc2496735e4687.tar.lz
nixlib-70af51dc76af956c54424f0a3cdc2496735e4687.tar.xz
nixlib-70af51dc76af956c54424f0a3cdc2496735e4687.tar.zst
nixlib-70af51dc76af956c54424f0a3cdc2496735e4687.zip
Merge pull request #161946 from r-ryantm/auto-update/leo-editor
leo-editor: 6.5 -> 6.6-b2
Diffstat (limited to 'pkgs/applications/editors/leo-editor')
-rw-r--r--pkgs/applications/editors/leo-editor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/leo-editor/default.nix b/pkgs/applications/editors/leo-editor/default.nix
index 4a5f464f4bcb..efe431c33966 100644
--- a/pkgs/applications/editors/leo-editor/default.nix
+++ b/pkgs/applications/editors/leo-editor/default.nix
@@ -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;