summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-16 02:20:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-16 02:20:24 +0000
commit756fdfe61bb366847a50d0adaede48dbc385c6a2 (patch)
treecad3632a247f5520987a919f48be75c4d2b58d78 /pkgs/applications/editors
parent177eb5dd490835f67d83a991c8535f09760fbc75 (diff)
leo-editor: 6.7.2 -> 6.7.3
Diffstat (limited to 'pkgs/applications/editors')
-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 2eabf9b9d6486..066b2d13db74a 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.7.2";
+  version = "6.7.3";
 
   src = fetchFromGitHub {
     owner = "leo-editor";
     repo = "leo-editor";
     rev = version;
-    sha256 = "sha256-n9Ze02Dvoci3QS5slJNpb3CI3zlTq6FsdVbxvZHCJ2A=";
+    sha256 = "sha256-yzYcdKFhpvxmqzxXMpsdySMk3pLd+ve87W0y2epZoqQ=";
   };
 
   dontBuild = true;