fcitx5-unikey: 5.0.9 -> 5.0.10

This commit is contained in:
Vonfry 2022-06-26 14:15:38 +08:00
parent 8eb59b3165
commit 75ca380752
No known key found for this signature in database
GPG key ID: 7E3128A1AAF71FCC

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.0.9";
version = "5.0.10";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
sha256 = "sha256-lsWMQygIdHcEuHCEvi5d0PGI1jJ42C+9ji/w0L/eadM=";
sha256 = "sha256-gGKLv+IUcLOE3jHDzK7oX2R76cUT9VXaVFGEyNN0tV4=";
};
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];