From 6afe7876fa1b5fb7f2f2052d5e661597d0cd3c7b Mon Sep 17 00:00:00 2001 From: linsui Date: Fri, 18 Aug 2023 17:00:30 +0800 Subject: [PATCH] fcitx5-table-extra: 5.0.13 -> 5.1.0 Diff: https://github.com/fcitx/fcitx5-table-extra/compare/5.0.13...5.1.0 --- pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix index 1c3a15d85b7f..38026c0de9f7 100644 --- a/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix +++ b/pkgs/tools/inputmethods/fcitx5/fcitx5-table-extra.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "fcitx5-table-extra"; - version = "5.0.13"; + version = "5.1.0"; src = fetchFromGitHub { owner = "fcitx"; repo = pname; rev = version; - sha256 = "sha256-/YIZMSCKJlnPL+pmUWfVf8tINKjXKkGAK7rWQ98RRjQ="; + sha256 = "sha256-os2C/6r9hz/3MEAny8Klc01cRGIiKD39rdu56kQDCnQ="; }; nativeBuildInputs = [