fcitx5-unikey: 5.0.12 -> 5.0.13

This commit is contained in:
Vonfry 2023-03-12 13:13:50 +08:00
parent be1fe04879
commit 953c9f8f66
No known key found for this signature in database
GPG key ID: E47DA4B266B726FA

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "fcitx5-unikey";
version = "5.0.12";
version = "5.0.13";
src = fetchFromGitHub {
owner = "fcitx";
repo = "fcitx5-unikey";
rev = version;
sha256 = "sha256-LaCDDwM5idq4JEs5F0ysMZfWIEaRqMBNgIyNf9DhmhY=";
sha256 = "sha256-UpCXcgVUGe5/yunLqRNx2H2aLOnD1wJNA8y3q8R4+sY=";
};
nativeBuildInputs = [ cmake extra-cmake-modules wrapQtAppsHook ];