fcitx5-rime: 5.0.16 -> 5.1.1

Diff: https://github.com/fcitx/fcitx5-rime/compare/5.0.16...5.1.0
This commit is contained in:
linsui 2023-08-18 17:00:15 +08:00
parent f4f3a1c01e
commit 22c0a2a73d

View File

@ -1,5 +1,6 @@
{ lib, stdenv
, fetchFromGitHub
{ lib
, stdenv
, fetchurl
, pkg-config
, cmake
, extra-cmake-modules
@ -13,13 +14,11 @@
stdenv.mkDerivation rec {
pname = "fcitx5-rime";
version = "5.0.16";
version = "5.1.1";
src = fetchFromGitHub {
owner = "fcitx";
repo = pname;
rev = version;
sha256 = "sha256-YAunuxdMlv1KOj2/xXstb/Uhm97G9D9rxb35AbNgMaE=";
src = fetchurl {
url = "https://download.fcitx-im.org/fcitx5/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-qo0m/asTranm70PHPLwWCn/jX+FWNEGRKBRNNW+B28A=";
};
cmakeFlags = [