fcitx5-anthy: 5.1.0 -> 5.1.1

This commit is contained in:
Vonfry 2023-09-30 16:09:17 +08:00
parent fc43b19d4c
commit 6c158ebb21
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.1.0";
version = "5.1.1";
src = fetchurl {
url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.xz";
sha256 = "sha256-tyWxNhCreJaAc+IUH85iayo8OALcY0ytFc7Aa8Ye80M=";
sha256 = "sha256-kUelkzVr1zOC4bbNP2EFPnhtygkJnKCFdlHeSkBGLGw=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config ];