fcitx5-anthy: 5.0.14 -> 5.1.0

This commit is contained in:
linsui
2023-08-21 16:37:33 +08:00
parent b5e9eb26c2
commit c2ed44ed0e
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fcitx5-anthy";
version = "5.0.14";
version = "5.1.0";
src = fetchurl {
url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.xz";
sha256 = "sha256-CodNcN9O8i8euGjCfq9m4zVOFgnbje05JUT49rxUp7c=";
sha256 = "sha256-tyWxNhCreJaAc+IUH85iayo8OALcY0ytFc7Aa8Ye80M=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];