From af561addd9e0d1b2e3c5fb351bfcc4aa0c79e1a5 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Sun, 5 Nov 2023 14:29:16 +0800 Subject: [PATCH] fcitx5: 5.1.1 -> 5.1.4 Diff: https://github.com/fcitx/fcitx5/compare/5.1.1...5.1.4 --- pkgs/tools/inputmethods/fcitx5/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/default.nix b/pkgs/tools/inputmethods/fcitx5/default.nix index 136550548e64..88afa2a4e956 100644 --- a/pkgs/tools/inputmethods/fcitx5/default.nix +++ b/pkgs/tools/inputmethods/fcitx5/default.nix @@ -43,13 +43,13 @@ let in stdenv.mkDerivation rec { pname = "fcitx5"; - version = "5.1.1"; + version = "5.1.4"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - hash = "sha256-R8stzpfQttBZFFSu8ikUz/2eL+b98/X672uVFsha9H0="; + hash = "sha256-7iDDIYnBsM/vYcRIGDXW2hsCwiCBntfUvcl4iWbe2mc="; }; prePatch = ''