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:
parent
ececd26a80
commit
a6fcddf3db
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fcitx-m17n-${version}";
|
name = "fcitx-m17n-${version}";
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.fcitx-im.org/fcitx-m17n/${name}.tar.xz";
|
url = "http://download.fcitx-im.org/fcitx-m17n/${name}.tar.xz";
|
||||||
sha256 = "0ffyhsg7bc6525k94kfhnja1h6ajlfprq72d286dp54cksnakyc4";
|
sha256 = "15s52h979xz967f8lm0r0qkplig2w3wjck1ymndbg9kvj25ib0ng";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user