From 75d832528d0fb2b3a6b4ea2f50e7ff3814936dde Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 4 Dec 2023 21:53:31 +0800 Subject: [PATCH] xed-editor: 3.4.3 -> 3.4.4 https://github.com/linuxmint/xed/compare/3.4.3...3.4.4 --- pkgs/applications/editors/xed-editor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/xed-editor/default.nix b/pkgs/applications/editors/xed-editor/default.nix index 6013f8a699fe..a99eae639f02 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.3"; + version = "3.4.4"; src = fetchFromGitHub { owner = "linuxmint"; repo = "xed"; rev = version; - sha256 = "sha256-nc8YS1PcmtM37TJpGl691SlxJliyI2gSGJtNzkWbk9A="; + sha256 = "sha256-IpUBB7Viwc/nRfwzFllRiWoOmUxRZzS2BcxyM7W3oHI="; }; nativeBuildInputs = [