about summary refs log tree commit diff
path: root/pkgs/applications/editors/leo-editor
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-26 08:55:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-26 08:55:11 +0000
commitb7feb5361f2790df538ab5bd598a11e8de0a2857 (patch)
tree1a7d8d0060e9383889dd7d3edc1e5c7595cbffbb /pkgs/applications/editors/leo-editor
parent9c70e731165e0f99c43406855311002b5ad4918f (diff)
downloadnixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.tar
nixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.tar.gz
nixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.tar.bz2
nixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.tar.lz
nixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.tar.xz
nixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.tar.zst
nixlib-b7feb5361f2790df538ab5bd598a11e8de0a2857.zip
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 ee22c591ad77..bf5083c1e889 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;