about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-18 12:56:38 -0700
committerGitHub <noreply@github.com>2024-03-18 12:56:38 -0700
commit2d51c633451d36199ef3deefcc4e382d652641fa (patch)
tree7b173ddc4c14c8e046ffdeea5131ea8aa4599952 /pkgs/applications/editors
parent7b9995d85561746748e55024564b9962545c0958 (diff)
parent7839ea09056e54b1ee5b835b17887982381c1b2b (diff)
downloadnixlib-2d51c633451d36199ef3deefcc4e382d652641fa.tar
nixlib-2d51c633451d36199ef3deefcc4e382d652641fa.tar.gz
nixlib-2d51c633451d36199ef3deefcc4e382d652641fa.tar.bz2
nixlib-2d51c633451d36199ef3deefcc4e382d652641fa.tar.lz
nixlib-2d51c633451d36199ef3deefcc4e382d652641fa.tar.xz
nixlib-2d51c633451d36199ef3deefcc4e382d652641fa.tar.zst
nixlib-2d51c633451d36199ef3deefcc4e382d652641fa.zip
Merge pull request #296609 from r-ryantm/auto-update/leo-editor
leo-editor: 6.7.6 -> 6.7.8
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 49ac3fa018d2..2f0bfcaef731 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.6";
+  version = "6.7.8";
 
   src = fetchFromGitHub {
     owner = "leo-editor";
     repo = "leo-editor";
     rev = version;
-    sha256 = "sha256-AWno/LccMMXZ7Aw4FYQCJSoB3dRRONoT/iex0jPFng0=";
+    sha256 = "sha256-cawcfEz9QpsjfgJzG5oA5TY2EpT8hLDw5QIjwdKPW6Y=";
   };
 
   dontBuild = true;