fcitx5-anthy: 5.1.2 -> 5.1.3

This commit is contained in:
R. Ryantm 2024-01-06 05:22:08 +00:00
parent ad41959648
commit 022a5075f8

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fcitx5-anthy";
version = "5.1.2";
version = "5.1.3";
src = fetchurl {
url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.xz";
sha256 = "sha256-7kKHes8jacDQcOQsngstzTrRoc81ybQoSyrY4s8KPSg=";
sha256 = "sha256-pOJYe5+/11j8YmuJDyAbFPFsnUa9DQqbYirSwD992zY=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];