about summary refs log tree commit diff
path: root/pkgs/applications/editors/xed-editor
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-07-08 11:35:47 +0800
committerBobby Rong <rjl931189261@126.com>2023-07-08 11:35:53 +0800
commit370f29dcefe80c94549f4ccf55413a5e3a9f3b0a (patch)
tree14df8ce56523adcc545504330c24e671db018b20 /pkgs/applications/editors/xed-editor
parent1a7eefb4c5920086dd6a46bcd8edf97ab8e8edb9 (diff)
xed-editor: 3.4.2 -> 3.4.3
https://github.com/linuxmint/xed/compare/3.4.2...3.4.3
Diffstat (limited to 'pkgs/applications/editors/xed-editor')
-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 de3f1801ef9c5..85909af04e981 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.2";
+  version = "3.4.3";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "xed";
     rev = version;
-    sha256 = "sha256-fTrvHf7iA3qexxdebSgzLXlngAOkdraW3KiVTVYodrY=";
+    sha256 = "sha256-nc8YS1PcmtM37TJpGl691SlxJliyI2gSGJtNzkWbk9A=";
   };
 
   nativeBuildInputs = [