about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2023-11-21 09:37:17 +0100
committerGitHub <noreply@github.com>2023-11-21 09:37:17 +0100
commitc5de4e445e87b0839f1967d83099419b736869ec (patch)
tree40ebdfdcf66491c6c99c6bd14788a1afab38fc21 /pkgs
parent8238ee35373f050c123f1ac4de89e4b2ef644514 (diff)
parent005cfbd7a5bb15705896e258018820fb3b0363f0 (diff)
Merge pull request #268886 from r-ryantm/auto-update/leo-editor
leo-editor: 6.7.4 -> 6.7.5
Diffstat (limited to 'pkgs')
-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 d029145934afb..94d554abd5912 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.4";
+  version = "6.7.5";
 
   src = fetchFromGitHub {
     owner = "leo-editor";
     repo = "leo-editor";
     rev = version;
-    sha256 = "sha256-YKK46PeCMOTNOTpMrIgem+Au70Xj+tTHxOhC8alF3ms=";
+    sha256 = "sha256-Y0g4mpEf4+hApHFHaqB8esVep2OyqWLo7YGLf/7eCYg=";
   };
 
   dontBuild = true;