fcitx5-anthy: 5.1.4 -> 5.1.5

This commit is contained in:
Vonfry 2024-10-09 08:34:14 +08:00
parent 5405b9ab57
commit 24f05c2a4e
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "fcitx5-anthy";
version = "5.1.4";
version = "5.1.5";
src = fetchurl {
url = "https://download.fcitx-im.org/fcitx5/fcitx5-anthy/${pname}-${version}.tar.zst";
hash = "sha256-e0X00plXfRgoSkhTDVJfububin8h+NiGzrnOSIaSa7g=";
hash = "sha256-heSO2eArdSnOmIg7JG8vOo5y3g5dSPOuXkUfeNqKzSA=";
};
nativeBuildInputs = [ cmake extra-cmake-modules pkg-config zstd ];