about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-06-07 21:16:17 +0800
committerGitHub <noreply@github.com>2024-06-07 21:16:17 +0800
commit17a565067d3847229812f4475eba32b017fca81c (patch)
tree4aa94d052bbb50f5facaf9fe08b5bd017eccf0b9 /pkgs/applications/editors
parent91ac2098b65989e4272e12092a1eea73651f231c (diff)
parent073a07cc63891f7076bf2db257078f2008a78fae (diff)
Merge pull request #317770 from bobby285271/upd/cinnamon
Cinnamon updates 2024-06-06
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 = [