3
0
Fork 0
forked from mirrors/nixpkgs

fcitx-engines.anthy: 0.2.2 -> 0.2.3 (#43208)

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-anthy/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:52 -07:00 committed by xeji
parent a6fcddf3db
commit 5f608eb296

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "fcitx-anthy-${version}";
version = "0.2.2";
version = "0.2.3";
src = fetchurl {
url = "http://download.fcitx-im.org/fcitx-anthy/${name}.tar.xz";
sha256 = "0ayrzfx95670k86y19bzl6i6w98haaln3x8dxpb39a5dwgz59pf8";
sha256 = "01jx7wwq0mifqrzkswfglqhwkszbfcl4jinxgdgqx9kc6mb4k6zd";
};
nativeBuildInputs = [ pkgconfig ];