1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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
This commit is contained in:
R. RyanTM 2018-07-13 14:51:35 -07:00 committed by xeji
parent ececd26a80
commit a6fcddf3db

View file

@ -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 ];