From a6fcddf3db5fe69b4044630507a078cf9f6a14b5 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Fri, 13 Jul 2018 14:51:35 -0700 Subject: [PATCH] fcitx-engines.m17n: 0.2.3 -> 0.2.4 (#43206) Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-m17n/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons --- pkgs/tools/inputmethods/fcitx-engines/fcitx-m17n/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/inputmethods/fcitx-engines/fcitx-m17n/default.nix b/pkgs/tools/inputmethods/fcitx-engines/fcitx-m17n/default.nix index c0c921f7b18d..292d2dbb57f5 100644 --- a/pkgs/tools/inputmethods/fcitx-engines/fcitx-m17n/default.nix +++ b/pkgs/tools/inputmethods/fcitx-engines/fcitx-m17n/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { name = "fcitx-m17n-${version}"; - version = "0.2.3"; + version = "0.2.4"; src = fetchurl { url = "http://download.fcitx-im.org/fcitx-m17n/${name}.tar.xz"; - sha256 = "0ffyhsg7bc6525k94kfhnja1h6ajlfprq72d286dp54cksnakyc4"; + sha256 = "15s52h979xz967f8lm0r0qkplig2w3wjck1ymndbg9kvj25ib0ng"; }; nativeBuildInputs = [ pkgconfig ];