lol

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

authored by

R. RyanTM and committed by
xeji
a6fcddf3 ececd26a

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx-engines/fcitx-m17n/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fcitx-m17n-${version}"; 5 - version = "0.2.3"; 5 + version = "0.2.4"; 6 6 7 7 src = fetchurl { 8 8 url = "http://download.fcitx-im.org/fcitx-m17n/${name}.tar.xz"; 9 - sha256 = "0ffyhsg7bc6525k94kfhnja1h6ajlfprq72d286dp54cksnakyc4"; 9 + sha256 = "15s52h979xz967f8lm0r0qkplig2w3wjck1ymndbg9kvj25ib0ng"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkgconfig ];