about summary refs log tree commit diff
path: root/pkgs/applications/editors/xed-editor/default.nix
diff options
context:
space:
mode:
authortu-maurice <valentin.gehrke@zom.bi>2022-02-20 00:37:50 +0100
committertu-maurice <valentin.gehrke@zom.bi>2022-02-20 00:37:50 +0100
commit8ed0f686cd4b7d437369539b0476ae9806b13892 (patch)
tree413231b2650dd3702e92c8dbf28bae3ac206bacf /pkgs/applications/editors/xed-editor/default.nix
parent451c27fb70610188d44e9f24b2fd89b390eb4e96 (diff)
xed-editor: 3.0.2 -> 3.2.2
Diffstat (limited to 'pkgs/applications/editors/xed-editor/default.nix')
-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 b2539e7dac5d2..7e36aeccdec76 100644
--- a/pkgs/applications/editors/xed-editor/default.nix
+++ b/pkgs/applications/editors/xed-editor/default.nix
@@ -18,13 +18,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xed-editor";
-  version = "3.0.2";
+  version = "3.2.2";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "xed";
     rev = version;
-    sha256 = "sha256-VIudVgENibOz8RK0oK80U74wy592q3vKEnl3zuS7oSI=";
+    sha256 = "sha256-PW7y3+Sa9FH5r5xvziysvxM08RJCPvnLs3wsm5IqToQ=";
   };
 
   nativeBuildInputs = [