summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-14 14:17:46 +0000
committerAlyssa Ross <hi@alyssa.is>2021-11-14 14:17:46 +0000
commit4e1852096f34f3de5ad64b262c969bdcd7f4bfc7 (patch)
tree37c0333e4ee91067ae82f05e32bba3680586591c /pkgs/applications/editors
parent6dba3177c580af443ae10c81ad6f8ef6c954aa2a (diff)
parentbc35dc4f3b708b17389286795c227bd6716cbcd5 (diff)
downloadnixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.tar
nixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.tar.gz
nixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.tar.bz2
nixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.tar.lz
nixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.tar.xz
nixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.tar.zst
nixpkgs-4e1852096f34f3de5ad64b262c969bdcd7f4bfc7.zip
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/tools/parsing/flex/2.6.1.nix
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 cf4a752b1bd..ee22c591ad7 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.2.1";
+  version = "6.5";
 
   src = fetchFromGitHub {
     owner = "leo-editor";
     repo = "leo-editor";
     rev = version;
-    sha256 = "1s9jvxwzsl32clp78g92nq9p2byf08libr5widl1jnkv1cpkbvh9";
+    sha256 = "sha256-f237oXhnu6OtGVhIFDswFwfjcLgYWvLNRtVW4SChFzU=";
   };
 
   dontBuild = true;