From d3779267b96eed6c79d0965b0192fbbd34324665 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Wed, 2 Jun 2021 20:42:16 +0800 Subject: [PATCH] fcitx5-configtool: 5.0.4 -> 5.0.5 (cherry picked from commit 1a63a40bc7b3d151155371c56908aa4d3eddff04) --- pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix index cd7679dbbf1..584a1b932f4 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-configtool.nix @@ -19,13 +19,13 @@ mkDerivation rec { pname = "fcitx5-configtool"; - version = "5.0.4"; + version = "5.0.5"; src = fetchFromGitHub { owner = "fcitx"; - repo = "fcitx5-configtool"; + repo = pname; rev = version; - sha256 = "sha256-UO3Ob+bFQ/2Vqb8YpD9tfmfZt5YLUyoqcbtsHLaVOzE="; + sha256 = "0w6cgg57ldk02j3fs7mm8pn5inblcjyr20d3xl5qbyawwccjsn2m"; }; cmakeFlags = [