about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-06-05 21:33:58 +0800
committerBobby Rong <rjl931189261@126.com>2024-06-06 22:26:20 +0800
commita3800d7e5dc78f5cf941f134ffea3d11ed256682 (patch)
tree41cdbc584f2ba69c67e8548936a304625168073e /pkgs/applications/editors
parentfd6788b5d50c50b1e34bdaffe5b5595ed7e37161 (diff)
xed-editor: 3.4.5 -> 3.6.1
https://github.com/linuxmint/xed/compare/3.4.5...3.6.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/xed-editor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/xed-editor/default.nix b/pkgs/applications/editors/xed-editor/default.nix
index cb147cf099eb8..9034b2eb375c6 100644
--- a/pkgs/applications/editors/xed-editor/default.nix
+++ b/pkgs/applications/editors/xed-editor/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xed-editor";
-  version = "3.4.5";
+  version = "3.6.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "xed";
     rev = version;
-    sha256 = "sha256-MXRxzmRo/dRhp5Llib9ng1gzWW8uvzqTMjUVK8a3eJ8=";
+    sha256 = "sha256-RFauTXwiaSd+J8zoJQmib4bKNR4NC/LSCCqCHv8Hdr8=";
   };
 
   patches = [