fcitx5-anthy: 5.0.13 -> 5.0.14

This commit is contained in:
Vonfry 2023-03-12 13:12:43 +08:00
parent 8e5943ab89
commit e19daafb1e
No known key found for this signature in database
GPG key ID: E47DA4B266B726FA

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fcitx5-anthy";
version = "5.0.13";
version = "5.0.14";
src = fetchurl {
url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.xz";
sha256 = "sha256-EGpyYiNalm4En3Oa++hyOSPLhjbkVcDyZt3LqamfSOI=";
sha256 = "sha256-CodNcN9O8i8euGjCfq9m4zVOFgnbje05JUT49rxUp7c=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];